shithub: mc

ref: 5ecdc2ae353602703227d5ca8c45ba44fce1ee24
dir: /test/sizeof.myr/

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