shithub: mc

ref: 100ed8406343f027aa442e79fe59c653c8fc02a4
dir: /test/sizeof.myr/

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