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