summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/cps/cps005.cmm
blob: d40dd93404c23c271f8877547be891b8be6886ae (plain)
1
2
3
4
5
6
7
// Basic test of return

foo3 {
  foreign "C--" glap() "safe";
  return (12);
}