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