• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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;