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