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