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