summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/cps/cps018.cmm
blob: 545a895887ff324afa19d5b46e8224b18b5b1fce (plain)
1
2
3
4
5
6
7
8
9
// Verify continuations get created

foo() {
  bits32 x, y, z;
  x = 3;
  foreign "C--" bar() "safe";
  y = 4;
  return (z);
}