Diff of /test/vars-std-types.c [000000] .. [b8cc5d]  Maximize  Restore

Switch to side-by-side view

--- a
+++ b/test/vars-std-types.c
@@ -0,0 +1,11 @@
+char tbyte;
+short tint;
+int tdint;
+long long tlint;
+unsigned char tubyte;
+unsigned short tuint;
+unsigned int tudint;
+unsigned long long tulint;
+
+
+