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