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