shithub: mc

ref: 18413bd79d3df58176c3897d2877148913b448e7
dir: /test/sizeof.myr/

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