repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ipa-cp: Perform operations in the appropriate types (PR 118097)
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
template
/
sizeof16.C
blob
084bb2185c70ec6b787b1c050ffd8148f2cbb64c
1
// PR c++/84333
2
// { dg-options -Wno-pedantic }
3
4
template<typename> int foo()
5
{
6
return sizeof(int) > 1 ? : 1;
7
}