summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/cast.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/cast.c')
-rw-r--r--test/CodeGen/cast.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGen/cast.c b/test/CodeGen/cast.c
new file mode 100644
index 0000000..6fb2b11
--- /dev/null
+++ b/test/CodeGen/cast.c
@@ -0,0 +1,6 @@
+// RUN: clang-cc %s -emit-llvm -o %t
+
+extern void go(const void *p);
+float v[2] = { 0.0, 1.0 };
+void foo(void) { go(v); }
+
OpenPOWER on IntegriCloud