summaryrefslogtreecommitdiff
path: root/testsuite/tests/cps/cps009.cmm
blob: 581356c0bc4c50fb9373d2b394b34151cec0584a (plain)
1
2
3
4
5
6
7
// Test basic stack check

foo6_gc_slow("ptr" bits32 f) goto GC {
  return (7);
GC:
  jump stg_gc_fun_v(f);
}