shithub: mc

ref: 5518b9657c07d4ee93ac1db4c97b6d4ec164d42b
dir: /test/sizeof.myr/

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