ref: 3400b0428b9147012553c6f2280147d8dc99bbf1 dir: /test/sizeof.myr/
use std /* checks that sizeof() works. exits with 4. */ const main = { std.exit(sizeof(int)) }