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