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