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