shithub: mc

ref: 52a4d88af911ccd62125f55e72155b3d76878a66
dir: /test/sizeof.myr/

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