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