shithub: mc

ref: cefbc6118e75188bc34c13eb1411b9c673d7defb
dir: /test/sizeof.myr/

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