shithub: scc

Download patch

ref: 66d45bd97edc7c35b3b7e7dc7ef23f60c5d863ab
parent: a0e34a8b86c340b8b3517c6dbdcde1de8c8ca39a
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Nov 16 16:26:36 EST 2021

tests/cc: Add 0195-unexpected.c

--- /dev/null
+++ b/tests/cc/execute/0195-unexpected.c
@@ -1,0 +1,9 @@
+int
+main(void)
+{
+	int urmom = 1;
+	
+	urmom %= 69;
+
+	return 0;
+}
--- a/tests/cc/execute/scc-tests.lst
+++ b/tests/cc/execute/scc-tests.lst
@@ -185,3 +185,4 @@
 0192-ptrcmp.c
 0193-incomplete.c
 0194-vararg.c
+0195-unexpected.c