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