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