Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
long_long.C
blob: 6a602c641a1f07f554a6a69a695cf0285f1bc1d5 [
file
] [
log
] [
blame
]
// { dg-do compile { target c++11 } }
// { dg-options "-pedantic" }
void
foo
()
{
long
long
x
=
17
;
}