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