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