libgomp: Document 'GOMP_teams4'
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / constexpr-77482.C
blobbed66c7fa81cf7aef473e82500c91c1acc59d0f1
1 // PR c++/77482
2 // { dg-do compile { target c++11 } }
4 constexpr auto x;       // { dg-error "declaration\[^\n\r]*has no initializer" }
5 extern struct S s;
6 constexpr auto y = s;   // { dg-error "incomplete" }