summaryrefslogtreecommitdiffstats
path: root/clang/test/InterfaceStubs/driver-test.c
blob: ed5e5a04a226b43b25761640641f1b7e40f8a045 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: %clang -o %t1 -emit-interface-stubs -emit-merged-ifs %s %S/object.c %S/weak.cpp
// RUN: cat %t1.ifs | FileCheck %s

// CHECK-DAG: data
// CHECK-DAG: foo
// CHECK-DAG: strongFunc
// CHECK-DAG: weakFunc

int foo(int bar) { return 42 + 1844; }
int main() { return foo(23); }
OpenPOWER on IntegriCloud