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