shithub: mc

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

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