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