shithub: mc

ref: 4d289ad72fef356eb6a49b8401997eda42ef8867
dir: /test/sizeof.myr/

View raw version
use std
/* checks that sizeof() works. exits with 4. */
const main = {
	std.exit(sizeof(int))
}