Support for expanding the result of EXTRACT_ELEMENT.
[oota-llvm.git] / test / FrontendC++ / 2005-02-11-AnonymousUnion.cpp
index b0ff7e7507588a073a2819dc00821620385072b7..87ababc5f183a1aa2d81d1cd5641d00c110a2c59 100644 (file)
@@ -21,7 +21,7 @@ int test2(short F) {
 }
 
 // Make sure that normal unions work.  duh :)
-volatile union {
+volatile union U_t {
   short S;
   int i;
 } U;