shithub: mc

ref: 4531e7d7f72c2171fdac5c1914ebaf867db61187
dir: /test/sizeof.myr/

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