shithub: mc

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

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