mirror of
https://github.com/opnsense/src.git
synced 2026-03-21 02:10:09 -04: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;
|
|
};
|
|
|