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