Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
60e282cc1e508be327b0481cecedc206873cb86a
/
.
/
test
/
CodeGenCXX
/
array-pointer-decay.cpp
blob: 5751b67b749166d40c597b0eb6f216fff900bddc [
file
] [
log
] [
blame
]
// RUN: clang-cc %s -emit-llvm -o -
void
f
(
const
char
*);
void
g
()
{
f
(
"hello"
);
}