Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
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
;
}