Files
Kmake/test/wasi/c/exitcode.c

4 lines
29 B
C
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
int main() {
return 120;
}