shithub: mc

ref: 3036bad34f204e9348610ef5194ba7b29933aaf7
dir: /test/sizeof.myr/

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