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