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