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