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