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