shithub: mc

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

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