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