]> granicus.if.org Git - clang/commitdiff
new testcase
authorChris Lattner <sabre@nondot.org>
Tue, 28 Aug 2007 16:20:14 +0000 (16:20 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 28 Aug 2007 16:20:14 +0000 (16:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41541 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/assign.c [new file with mode: 0644]

diff --git a/test/Sema/assign.c b/test/Sema/assign.c
new file mode 100644 (file)
index 0000000..47fee3e
--- /dev/null
@@ -0,0 +1,5 @@
+// RUN: clang -parse-ast-check %s
+
+void *test1(void) { return 0; }
+
+