Changeset 37809 in vbox for trunk/src/VBox/Runtime/testcase
- Timestamp:
- Jul 7, 2011 8:15:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTAssertCompile.cpp
r30250 r37809 61 61 AssertCompileSizeAlignment(u64, 8); 62 62 63 typedef struct STRUCT1 63 typedef struct STRUCT12S 64 64 { 65 65 uint8_t u8; … … 113 113 #endif 114 114 115 typedef union UNION1 115 typedef union UNION1U 116 116 { 117 117 STRUCT1 s1;
Note:
See TracChangeset
for help on using the changeset viewer.