* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / stddef.C
blobdad9200cc011775db35a1b8f6f2c25b5108fb708
1 // PR c++/54249
2 // { dg-do compile { target c++11 } }
4 #include <stddef.h>
6 ::nullptr_t n;