shithub: mc

ref: 14b9612720fce05f21e44267e2212fa55dcb9a16
dir: /test/sizeof.myr/

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