shithub: mc

ref: 1305df9b20460769d853304a8bc2ad69bc178d0a
dir: /test/sizeof.myr/

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