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