shithub: scc

ref: 9833ce7547fe04b441bdabf7ad86783c7be6efeb
dir: /tests/cc/execute/0195-unexpected.c/

View raw version
int
main(void)
{
	int urmom = 1;

	urmom %= 69;

	return 0;
}