xref: /llvm-project/clang/test/InterfaceStubs/object-double.c (revision c382d03ca85d0c93b3e49949006e42314b9d4409)
1 // RUN: not %clang -o - -emit-interface-stubs %s %S/object.c 2>&1 | FileCheck %s
2 // Need to encode more type info or weak vs strong symbol resolution in llvm-ifs
3 // XFAIL: *
4 // CHECK: error: Interface Stub: Size Mismatch
5 float data = 42.0;