shithub: mc

ref: 961fb6813b00f224c219d026da48cf6d01c779ab
dir: /test/sizeof.myr/

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