The Nest
Explore
Sign in
nuudlman
llvm
clang
test
CodeGenCXX
array-pointer-decay.cpp
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
//
RUN: %clang_cc1 %s -emit-llvm -o -
void
f
(
const
char
*
)
;
void
g
(
)
{
f
(
"
hello
"
)
;
}