shithub: mc

ref: 1b92befa76f09641c30fa751ce33af5ab47c4499
dir: /test/sizeof.myr/

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