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