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