c++: hash table ICE with variadic alias [PR105003]
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-builtin3.C
blob3582525c12dee277f54517f59446eabb24c35bfa
1 // PR c++/65656
2 // { dg-options "-std=c++11 -O" }
4 int main(int argc, char *argv[]) {
5   constexpr bool x = __builtin_constant_p(argc);