shithub: mc

ref: 566ae48232e80b003d88d21a8e42f3371367143c
dir: /test/sizeof.myr/

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