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