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