We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de37211 commit fb1adb0Copy full SHA for fb1adb0
test/repl/raise.c
@@ -1,3 +1,5 @@
1
// RUN: printf "load %s\n raise vast-hl-to-ll-cf\n show module\n exit" | %vast-repl | %file-check %s
2
// CHECK: ll.return %0 : !hl.int
3
+// REQUIRES: repl
4
+
5
int main(void) { return 0; }
0 commit comments