shithub: mc

ref: 96da70b6356fc720eec5469d251c8031f24313ea
dir: /test/sizeof.myr/

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