shithub: mc

ref: 57d9a13a1046c79a3393317c47f93ebb54807786
dir: /test/sizeof.myr/

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