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