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