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