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 dd43a6d704..8f4bb044ba 100644
--- a/test/Analysis/array-struct.c
+++ b/test/Analysis/array-struct.c
@@ -46,6 +46,7 @@ void f4() {
}
// Struct variable in lvalue context.
+// Assign UnknownVal to the whole struct.
void f5() {
struct s data;
g1(&data);