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