shithub: mc

ref: 8642d21f5d716fb4e079aa6ef9df046ff493a39b
dir: /test/sizeof.myr/

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