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