shithub: mc

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

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