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