rt_gccstream/gcc/testsuite/g++.dg/cpp0x/long_long.C

7 lines
77 B
C

// { dg-options "-std=c++0x -pedantic" }
void foo()
{
long long x = 17;
}