shithub: mc

ref: a849073c6d1c7174ba648155bcca935a00faab0f
dir: /test/sizeof.myr/

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