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