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