aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/assign.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/assign.c')
-rw-r--r--test/Sema/assign.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Sema/assign.c b/test/Sema/assign.c
new file mode 100644
index 0000000000..47fee3e38e
--- /dev/null
+++ b/test/Sema/assign.c
@@ -0,0 +1,5 @@
+// RUN: clang -parse-ast-check %s
+
+void *test1(void) { return 0; }
+
+