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