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