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