summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/builtin-rename.c
blob: d0b5c2472de61a18b697fd231b463ef4dfec1130 (plain)
1
2
3
4
5
6
7
8
// RUN: clang-cc %s -emit-llvm -o - | grep 'declare.*printf' | count 1
// PR3612

int printf(const char *, ...);

int foo(void) {
  return printf(printf);
}
OpenPOWER on IntegriCloud