shithub: mc

ref: 08871fe6b8e6161e988e1aa52a59da792273ab4a
dir: /test/sizeof.myr/

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