* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / cplusplus.C
blobb2f0ccd3d30afbcc6ff0fd9c44e3900f226367ce
1 // { dg-do compile { target c++11_only } }
3 #if __cplusplus != 201103L
4 #error "__cplusplus != 201103L"
5 #endif