Pick three bugfixes from next branch to trunk for inclusion in 4.5.0 RC2, as discusse...
[sdcc.git] / sdcc / support / regression / tests / bug1348008.c
blob5acbedb665e86c36c555eb1aa78f9496ace5f7ae
1 /*
2 bug1348008.c
3 */
5 #include <testfwk.h>
7 #ifndef PORT_HOST
9 void
10 foo (void)
14 void
15 IRQ_ISR (void) __interrupt
17 foo();
20 #endif
22 void
23 testBug (void)