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