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