summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/PR10204-fun-lvalue.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/PR10204-fun-lvalue.c')
-rw-r--r--clang/test/CodeGen/PR10204-fun-lvalue.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/clang/test/CodeGen/PR10204-fun-lvalue.c b/clang/test/CodeGen/PR10204-fun-lvalue.c
deleted file mode 100644
index ff558f18c53..00000000000
--- a/clang/test/CodeGen/PR10204-fun-lvalue.c
+++ /dev/null
@@ -1,7 +0,0 @@
-// RUN: %clang_cc1 -triple i386-unknown-unknown -emit-llvm %s
-// PR10204
-static void loopback_VertexAttribI4ubv() {}
-
-void _mesa_loopback_init_api_table() {
- (void) loopback_VertexAttribI4ubv;
-}
OpenPOWER on IntegriCloud