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