Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
sizeof16.C
blob: 084bb2185c70ec6b787b1c050ffd8148f2cbb64c [
file
] [
log
] [
blame
]
// PR c++/84333
// { dg-options -Wno-pedantic }
template
<typename>
int
foo
()
{
return
sizeof
(
int
)
>
1
?
:
1
;
}