/* bug1348008.c */ #include #ifndef PORT_HOST void foo (void) { } void IRQ_ISR (void) __interrupt { foo(); } #endif void testBug (void) { }