brintos

brintos / llvm-project-archived public Read only

0
0
Text · 169 B · be51e86 Raw
4 lines · c
1// RUN: not %clang -fvisibility=default -o - -emit-interface-stubs %s %S/object.c 2>&1 | FileCheck %s2// CHECK: error: Interface Stub: Size Mismatch3double data = 42.0;4