shithub: mc

ref: 63dc379b326e11226c34c807f210bb92af6fe602
dir: /test/sizeof.myr/

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