shithub: mc

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

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