summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/array-pointer-decay.cpp
blob: 5751b67b749166d40c597b0eb6f216fff900bddc (plain)
1
2
3
4
5
6
7
// RUN: clang-cc %s -emit-llvm -o -

void f(const char*);

void g() {
  f("hello");
}
OpenPOWER on IntegriCloud