shithub: mc

ref: 218258e4ac2940303be597272245cb09662fd759
dir: /test/sizeof.myr/

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