shithub: mc

ref: 4078e565e99dfb4abf07df16f0317c85a6bca3f1
dir: /test/sizeof.myr/

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