struct / union in initializer, RFE #901.
[sdcc.git] / sdcc / support / regression / tests / bug-3034585.c
blob697139ad7c2be7c54447e8ce454dfb1d2f07efc9
1 /*
2 bug-3034585.c
3 */
5 #include <testfwk.h>
7 void tst()
11 void m()
13 void *a = tst; /* This line failed to compile */
16 void testBug(void)