Sign in
llvm
/
clang
/
14947e8df1c27d3babf2c01b53c0c2bf2bfb9bd1
/
.
/
test
/
InterfaceStubs
/
merge-conflict-test.c
blob: 81d20bdc28835f0624940fc4a9aa7e49413339ef [
file
] [
log
] [
blame
]
// RUN: not %clang -fvisibility=default -o libfoo.so -emit-interface-stubs %s %S/driver-test.c 2>&1 | FileCheck %s
// CHECK: error: Interface Stub: Type Mismatch
int
foo
;