tinycc/win32/test_run_exit.c
2026-04-04 20:02:31 +07:00

7 lines
55 B
C

#include <stdlib.h>
int main(void)
{
return 27;
}