shithub: mc

ref: 3821901ac0c5ef909818d887ffe3d4565ecd469d
dir: /test/sizeof.myr/

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