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