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