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
/
Parser
/
argument_qualified.c
blob: cd92c3258c6ab080e18957c293f3cba4b5ab2608 (
plain
)
1
2
3
4
5
// RUN: clang %s
int
abc
(
const
float
x
)
{
return
1
;
}