LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / pr54113.c
blob4c68099b3645e8f0815875e20fe21c7431274953
1 /* { dg-do compile } */
2 /* { dg-options "-Wmissing-prototypes" } */
4 inline int foo (void) { return 42; } /* { dg-bogus "no previous prototype" } */
5 extern int foo(void);