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
Merge with main truk.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
constexpr-empty.C
blob
42f873bb334af33be95cd283fd203c2f27be9200
1
// { dg-do compile { target c++11 } }
2
3
struct Empty {};
4
5
constexpr bool f(Empty) { return true; }
6
7
constexpr bool x(f(Empty{}));