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