shithub: mc

ref: 49a1983f6bea2adfbc49056ef0fec723c37f08bb
dir: /test/sizeof.myr/

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