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