shithub: mc

ref: 2da75521162ef1b19fb047c13c77c5dd33910671
dir: /test/sizeof.myr/

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