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