aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/array-struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/array-struct.c')
-rw-r--r--test/Analysis/array-struct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Analysis/array-struct.c b/test/Analysis/array-struct.c
index 4257220f9b..326c2888a0 100644
--- a/test/Analysis/array-struct.c
+++ b/test/Analysis/array-struct.c
@@ -44,6 +44,7 @@ void f3() {
void f4() {
int a[] = { 1, 2, 3};
int b[3] = { 1, 2 };
+ struct s c[] = {{1,{1}}};
}
// Struct variable in lvalue context.