shithub: mc

ref: d92cbdbffef3cce0dc83f95a4dd0e9be17b937bc
dir: /test/sizeof.myr/

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