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