shithub: mc

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

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