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