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