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