aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-11-12 22:15:55 +0000
committerChris Lattner <sabre@nondot.org>2003-11-12 22:15:55 +0000
commitd0a23ab9165e2d0317329a4843d9533b3d621d46 (patch)
tree62b8df5facd23193897a59ee5e4a5942bcda00a4
parent73312988bab217eaf9de41b336be20987301e3bf (diff)
Add new testcase for PR112
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9940 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CFrontend/2003-11-12-VoidString.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CFrontend/2003-11-12-VoidString.c b/test/CFrontend/2003-11-12-VoidString.c
new file mode 100644
index 0000000000..041973eb98
--- /dev/null
+++ b/test/CFrontend/2003-11-12-VoidString.c
@@ -0,0 +1,2 @@
+void query_newnamebuf(void) { ((void)"query_newnamebuf"); }
+