shithub: mc

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

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