./:
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / pr17906.c
blob2b18a6aabafd3e94bde7f49039f145be89f47347
1 struct usc_bigstack_t {};
3 void
4 usc_recressive_func(int cnt, int max, struct usc_bigstack_t bstack)
6 usc_recressive_func(cnt+1, max, bstack);