shithub: mc

ref: 552823815f7c52c16111045b638ba8bab322e7ac
dir: /test/sizeof.myr/

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