shithub: mc

ref: 45e91dd432edaa124a2699b5d35a3a86f6eedfad
dir: /test/sizeof.myr/

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