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