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