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: 43f4ba7b9a5f2a0ec3dc3657498b3c43dabd79d6 (
plain
)
1
2
3
4
5
// RUN: clang -fsyntax-only -verify %s
void
*
test1
(
void
)
{
return
0
;
}