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