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