shithub: mc

ref: 594223c2959cc116ccc2782ebf7930677b053843
dir: /test/sizeof.myr/

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