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