index
:
honours
master
My honours project from 2012.
Carlo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGenCXX
/
array-pointer-decay.cpp
blob: 3fe6b72a54196c09ff914c1e1b6920bc12ca2ea7 (
about
) (
plain
)
1
2
3
4
5
6
7
// RUN: %clang_cc1 %s -emit-llvm -o - void f(const char*); void g() { f("hello"); }