shithub: mc

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

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