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); }