Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
nullptr24.C
blob: de0c84279ca172ecb61621e5ba7730fc1dc4a231 [
file
] [
log
] [
blame
]
// PR c++/50371
// { dg-do compile { target c++11 } }
template
<
decltype
(
nullptr
)>
struct
nt
;