shithub: mc

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

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