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