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