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