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