LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / pr69824.c
blobe2913f8f3d075319e5a3f461251deb9406217f47
1 /* { dg-do compile } */
2 /* { dg-options "-w" } */
3 int bar() { return foo(); }
4 void baz(int c[foo()]) { return; }