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