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