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