Diff of /test/types-typedef.c [5a2514] .. [dc5195]  Maximize  Restore

Switch to side-by-side view

--- a/test/types-typedef.c
+++ b/test/types-typedef.c
@@ -5,3 +5,9 @@
 
 t_struct c;
 
+struct s_struct{
+	int a;
+	int h;
+};
+
+typedef struct struct_s* t_struct2;