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
/
udlit-constexpr.C
blob
4c2f7eda371926bdedf890fbc10438227034292e
1
// { dg-do compile { target c++11 } }
2
3
constexpr unsigned long long
4
operator"" _grow(unsigned long long n)
5
{ return 2 * n; }
6
7
double buffer[25_grow];