summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/pragma-pack-1.c
blob: c30a62ac3c4e1dd00509db246fc8c7e434aca5f0 (plain)
1
2
3
4
5
6
7
// RUN: %clang_cc1 -emit-llvm -o - %s

// PR4610
#pragma pack(4)
struct ref {
        struct ref *next;
} refs;