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