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