New target "hc08" for the Motorola 68hc08 family of micros
[fw/sdcc] / sim / ucsim / s51.src / test_stack.c
1 void jaj(void)
2 {
3         jaj();
4 }
5
6 void main(void)
7 {
8         jaj();
9 }