nativity/retest/c_abi/main.nat
2024-06-09 08:37:28 -06:00

5 lines
48 B
Plaintext

fn[cc(.c)] main[export]() s32
{
return 0;
}