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