shithub: mc

ref: 08cc0fb7156ba71423b15577b06fceb868ab2329
dir: /test/sizeof.myr/

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