shithub: mc

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

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