shithub: mc

ref: 6d5d0ec7ee3480347255a9f469c26c8c34b2819a
dir: /test/sizeof.myr/

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