13 lines
102 B
C
13 lines
102 B
C
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
|
|
|
|
|
|
|
|
|
|
struct foo A;
|
|
|
|
struct foo {
|
|
int x;
|
|
double D;
|
|
};
|
|
|