shithub: mc

ref: 3f8013774a97396ace94769e216614ca4fde42a0
dir: /test/sizeof.myr/

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