Use 'ao-dbg' instead of 's51' to communicate with TeleMetrum
[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 }