1 2 3 4 5 6 7
// RUN: %clang_cc1 -emit-llvm -o - %s // PR4610 #pragma pack(4) struct ref { struct ref *next; } refs;