shithub: mc

ref: 8cb3f72ad2c0fe747e5178b7d593380550a07f76
dir: /test/sizeof.myr/

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