shithub: mc

ref: 97836cfa040efbbbda0f6da6b8df94a4553c9709
dir: /test/sizeof.myr/

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