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