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