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