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