1extern fn exit() noreturn;
2
3test "foo" {
4 comptime {
5 exit();
6 }
7}
8
9// test_error=comptime call of extern function