brintos

brintos / llvm-project-archived public Read only

0
0
Text · 239 B · c6d2b61 Raw
5 lines · c
1// RUN: not %clang -o - -emit-interface-stubs %s %S/object.c 2>&1 | FileCheck %s2// Need to encode more type info or weak vs strong symbol resolution in llvm-ifs3// XFAIL: *4// CHECK: error: Interface Stub: Size Mismatch5float data = 42.0;