1 // { dg-do compile { target c++11 } }
2 // { dg-options "-pedantic" }
3 
foo()4 void foo()
5 {
6   long long x = 17;
7 }
8