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