shithub: mc

ref: c0370b500f9a4e519a3d24e8bae606d36779a380
dir: /test/sizeof.myr/

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