aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp0x/long_long.C
blob: 6a602c641a1f07f554a6a69a695cf0285f1bc1d5 (plain)
1
2
3
4
5
6
7
// { dg-do compile { target c++11 } }
// { dg-options "-pedantic" }

void foo()
{
  long long x = 17;
}