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