shithub: mc

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

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