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