shithub: mc

ref: 7d2dc676c5bf542cdedee28ec75278bd3b5871af
dir: /test/sizeof.myr/

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