brintos

brintos / llvm-project-archived public Read only

0
0
Text · 171 B · 81d20bd Raw
4 lines · c
1// RUN: not %clang -fvisibility=default -o libfoo.so -emit-interface-stubs %s %S/driver-test.c 2>&1 | FileCheck %s2// CHECK: error: Interface Stub: Type Mismatch3int foo;4