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