* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / cplusplus_0x.C
blob6ba2a6cc33301d06f8ad35ab9e5652bd6975a8cc
1 // { dg-do compile }
2 // { dg-options "-std=c++0x" }
4 #if __cplusplus != 201103L
5 #error "__cplusplus != 201103L"
6 #endif