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