shithub: mc

ref: 12df9f45f4f383a6bdf8939b44a3b499edee853e
dir: /test/sizeof.myr/

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