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