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