shithub: mc

ref: 71825983b463d8b86c904bb76db0218b1a621bf4
dir: /test/sizeof.myr/

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