shithub: mc

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

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