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