LWG 3035. std::allocator's constructors should be constexpr
[official-gcc.git] / gcc / testsuite / gcc.dg / winline-2.c
blob0d9114b043fe23f283e742610e0250cd9cc5988d
1 /* { dg-do compile } */
2 /* { dg-options "-Winline -O2 -fgnu89-inline" } */
4 inline int q(void); /* { dg-warning "body not available" } */
5 inline int t(void)
7 return q(); /* { dg-message "called from here" } */