shithub: mc

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

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