shithub: scc

Download patch

ref: 40c38052a3f66ee50d55d848b57f7d7d7a97a547
parent: f44fbcce4e21d09d787dfbfe0d202a7454a2b65f
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sun Jan 10 04:18:54 EST 2016

Update output of test040

--- a/cc1/tests/test040.c
+++ b/cc1/tests/test040.c
@@ -2,11 +2,17 @@
 name: TEST040
 description: Test for bug parsing typenames in struct definition
 output:
-test040.c:24: error: unexpected 'List'
 F8	I
 G9	F8	main
 {
 \
+S2	List
+M4	I	len
+M6	P	head
+M7	P	back
+A10	S2	List
+	r	A10	M4	.I
+}
 */
 
 typedef struct List List;