X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFrontendC%2B%2B%2F2005-02-11-AnonymousUnion.cpp;h=87ababc5f183a1aa2d81d1cd5641d00c110a2c59;hb=4a307ecce68f90e0eebf1ded52b947816cdc2304;hp=b0ff7e7507588a073a2819dc00821620385072b7;hpb=0b85642898bd81209e56e8098c065e2975d455a0;p=oota-llvm.git diff --git a/test/FrontendC++/2005-02-11-AnonymousUnion.cpp b/test/FrontendC++/2005-02-11-AnonymousUnion.cpp index b0ff7e75075..87ababc5f18 100644 --- a/test/FrontendC++/2005-02-11-AnonymousUnion.cpp +++ b/test/FrontendC++/2005-02-11-AnonymousUnion.cpp @@ -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;