shithub: mc

ref: 96cb72770eb9c9bf3259ebb4647ef88092438808
dir: /test/sizeof.myr/

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