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