shithub: mc

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

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