shithub: mc

ref: 78831809fb0defb3f9c149eb5215a6dc494cca09
dir: /test/sizeof.myr/

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