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