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