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