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