Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
cond1.C
blob: ec342121edf95adf0a5977b1ac864f65ea464b0f [
file
] [
log
] [
blame
]
// PR c++/12515
// { dg-do compile }
// { dg-options "" }
template
<int>
void
foo
()
{
0
?:
0
;
}