* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / long_long.C
blob6a602c641a1f07f554a6a69a695cf0285f1bc1d5
1 // { dg-do compile { target c++11 } }
2 // { dg-options "-pedantic" }
4 void foo()
6   long long x = 17;