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