mirror of
https://github.com/opnsense/src.git
synced 2026-02-28 12:20:54 -05:00
12 lines
102 B
C
12 lines
102 B
C
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
|
|
|
|
|
|
|
|
|
|
struct foo A;
|
|
|
|
struct foo {
|
|
int x;
|
|
double D;
|
|
};
|
|
|