Index: class-dump/src/UnitTests/shud08-out.txt |
=================================================================== |
--- class-dump/src/UnitTests/shud08-out.txt (revision 0) |
+++ class-dump/src/UnitTests/shud08-out.txt (revision 0) |
@@ -0,0 +1,14 @@ |
+struct one { |
+ int field1; |
+ char field2; |
+ CDAnonymousStruct1 field3; |
+}; |
+ |
+typedef struct { |
+ float x; |
+ float y; |
+} CDAnonymousStruct1; |
+ |
+ struct one var; |
+ struct one var; |
+ CDAnonymousStruct1 var; |
Property changes on: class-dump/src/UnitTests/shud08-out.txt |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |