shithub: mc

ref: 03220ea343818819d6c155bd83e609ca2282a6e4
dir: /test/sizeof.myr/

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