mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 20:01:13 -05:00
9 lines
107 B
C
9 lines
107 B
C
// RUN: %clang_cc1 %s -emit-llvm -o %t
|
|
|
|
struct test {
|
|
unsigned a:1;
|
|
unsigned b:1;
|
|
};
|
|
|
|
struct test *t;
|
|
|