shithub: mc

ref: 161c6c97e8accf066479a9c217c9c6cad4259850
dir: /test/sizeof.myr/

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