aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/struct.c')
-rw-r--r--test/CodeGen/struct.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/struct.c b/test/CodeGen/struct.c
index 574cec908c..34cbec570a 100644
--- a/test/CodeGen/struct.c
+++ b/test/CodeGen/struct.c
@@ -89,6 +89,10 @@ void f8()
range r = p.range1;
}
+void f9(range *p)
+{
+ range r = *p;
+}
/* _Bool types */