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