summaryrefslogtreecommitdiffstats
path: root/clang/test/InterfaceStubs/object-double.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/InterfaceStubs/object-double.c')
-rw-r--r--clang/test/InterfaceStubs/object-double.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/InterfaceStubs/object-double.c b/clang/test/InterfaceStubs/object-double.c
new file mode 100644
index 00000000000..c6d2b61a4d9
--- /dev/null
+++ b/clang/test/InterfaceStubs/object-double.c
@@ -0,0 +1,5 @@
+// RUN: not %clang -o - -emit-interface-stubs %s %S/object.c 2>&1 | FileCheck %s
+// Need to encode more type info or weak vs strong symbol resolution in llvm-ifs
+// XFAIL: *
+// CHECK: error: Interface Stub: Size Mismatch
+float data = 42.0; \ No newline at end of file
OpenPOWER on IntegriCloud