shithub: mc

ref: cfb191b44373a070f378a6655a69214cf6dbda9b
dir: /test/sizeof.myr/

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