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