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
/
shift.c
blob: d5ae5c1e903a80f77167a6acacee6338addf5e78 (
plain
)
1
2
3
4
5
6
// RUN: clang -fsyntax-only %s
void
test
()
{
char
c
;
c
<<=
14
;
}