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