Add new test to verify that the array index, limit, and stride are
[official-gcc.git] / gcc / testsuite / gcc.dg / always_inline2.c
blob4f1634e13488d7c838f01621bda1939302f01441
1 /* { dg-do compile } */
2 /* { dg-options "-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" } */