repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
PR c++/85553
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-builtin3.C
blob
3582525c12dee277f54517f59446eabb24c35bfa
1
// PR c++/65656
2
// { dg-options "-std=c++11 -O" }
3
4
int main(int argc, char *argv[]) {
5
constexpr bool x = __builtin_constant_p(argc);
6
}