struct / union in initializer, RFE #901.
[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)