summaryrefslogtreecommitdiffstats
path: root/gcc/testsuite/g++.dg/cpp0x/udlit-constexpr.C
blob: 40b0dfac53152e787cb1718fd33f65cae1c3844d (plain)
1
2
3
4
5
6
7
// { dg-options -std=c++0x }

constexpr unsigned long long
operator"" _grow(unsigned long long n)
{ return 2 * n; }

double buffer[25_grow];
OpenPOWER on IntegriCloud