summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/struct.c')
-rw-r--r--clang/test/CodeGen/struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/struct.c b/clang/test/CodeGen/struct.c
index cc6f0aaeeb1..00917994629 100644
--- a/clang/test/CodeGen/struct.c
+++ b/clang/test/CodeGen/struct.c
@@ -43,7 +43,7 @@ typedef struct NA {
int data;
struct NA *next;
} NA;
-void f1() { A a; }
+void f1() { NA a; }
typedef struct NB {
int d1;
OpenPOWER on IntegriCloud