aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/assign.c
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-08-28 16:20:14 +0000
committerChris Lattner <sabre@nondot.org>2007-08-28 16:20:14 +0000
commit1e45efa00b14a3bedc3e0b56c450b69efcaecf7c (patch)
tree16eefa25592ac2c8ab51d43bf0946df5ec89ead2 /test/Sema/assign.c
parent7926f7c45c53862f516ea9f504ba38fe89eac329 (diff)
new testcase
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41541 91177308-0d34-0410-b5e6-96231b3b80d8
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; }
+
+