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