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