OSDN Git Service

gcc/testsuite/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / kpice1.c
1 /* { dg-do compile { target h8300-*-* } } */
2 /* { dg-options "-ms -mn" } */
3
4 void f(void) __attribute__((interrupt_handler));
5 void g(void) { }
6 void f(void) { g(); }