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