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