freebsd-nq/test/CodeGen/pragma-pack-1.c

8 lines
110 B
C
Raw Normal View History

2010-01-01 10:34:51 +00:00
// RUN: %clang_cc1 -emit-llvm -o -
2009-10-14 18:03:49 +00:00
// PR4610
#pragma pack(4)
struct ref {
struct ref *next;
} refs;