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