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