shithub: mc

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

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