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