Files
Kmake/test/wasi/c/exitcode.c
2026-05-26 23:36:42 -07:00

4 lines
29 B
C

int main() {
return 120;
}