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