Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
pr17906.c
blob: 2b18a6aabafd3e94bde7f49039f145be89f47347 [
file
] [
log
] [
blame
]
struct
usc_bigstack_t
{};
void
usc_recressive_func
(
int
cnt
,
int
max
,
struct
usc_bigstack_t
bstack
)
{
usc_recressive_func
(
cnt
+
1
,
max
,
bstack
);
}