LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / pr63626.c
blob820337b8d48cf7c7e46ad8825ca695923e11d6c5
1 /* PR c/63626 */
2 /* { dg-do compile } */
3 /* { dg-options "" } */
5 /* Test that we don't output the warning twice. */
7 inline int foo (void); /* { dg-bogus "inline function.*inline function" } */
8 /* { dg-warning "inline function .foo. declared but never defined" "" { target *-*-* } .-1 } */