2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[official-gcc.git] / gcc / testsuite / gcc.target / h8300 / pr17306-1.c
blob010492f1cbd66095d05ec15f2803b5974e186bf6
1 /* { dg-do compile } */
2 /* { dg-options "-mh" } */
3 /* { dg-final { scan-assembler-times "@@" 1 } } */
6 void foo (void) __attribute__ ((function_vector));
7 __attribute__((noinline)) void foo (void)
11 void bar (void)
13 foo();