shithub: mc

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

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