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