Home | History | Annotate | Download | only in CodeGen
      1 // RUN: %clang_cc1 -emit-llvm -o - %s
      2 
      3 // PR4610
      4 #pragma pack(4)
      5 struct ref {
      6         struct ref *next;
      7 } refs;
      8