diff options
Diffstat (limited to 'test/CodeGen/struct.c')
-rw-r--r-- | test/CodeGen/struct.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/struct.c b/test/CodeGen/struct.c index cc6f0aaeeb..0091799462 100644 --- a/test/CodeGen/struct.c +++ b/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; |