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