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