Sign in
llvm
/
clang
/
0836645ecf90c2813830bb68ef74d8be7b67a8a2
/
.
/
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
;