shithub: mc

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

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