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