This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / always_inline2.c
blobfa6528d1fac160ee8ffec3f471f011a110b3104e
1 /* { dg-do compile } */
2 /* { dg-options "-Winline -O2" } */
3 inline __attribute__ ((always_inline)) void t(void); /* { dg-error "body not available" "" } */
4 void
5 q(void)
7 t(); /* { dg-error "called from here" "" } */