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