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