shithub: mc

ref: 64a7a7346e02999cf451ee45220b86ba7c69c56f
dir: /test/sizeof.myr/

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