shithub: mc

ref: 2088041377729498bfa0b4fc5720b020051025d8
dir: /test/sizeof.myr/

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