index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
assign.c
blob: 47fee3e38e5135f52d538d7384f5178de0fcc79a (
plain
)
1
2
3
4
5
// RUN: clang -parse-ast-check %s
void
*
test1
(
void
)
{
return
0
;
}