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