mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 04:10:49 -05:00
7 lines
110 B
C
7 lines
110 B
C
// RUN: %clang_cc1 -emit-llvm -o -
|
|
|
|
// PR4610
|
|
#pragma pack(4)
|
|
struct ref {
|
|
struct ref *next;
|
|
} refs;
|