shithub: mc

ref: 8eef2702d6533ca399758c38acedf0f086b93e13
dir: /test/sizeof.myr/

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