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