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