Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
cpp0x/
long_long.C
// { dg-do compile { target c++11 } } // { dg-options "-pedantic" } void foo() { long long x = 17; }