Sign in
llvm
/
llvm-project
/
bf317f66989cac26e17b4cd16ab1c7bdfe73dbe0
/
.
/
clang
/
test
/
InterfaceStubs
/
object-double.c
blob: c6d2b61a4d9e3bf2a0e64c3bdda9d478bd6c2528 [
file
] [
log
] [
blame
]
// 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
;