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
/
CodeGenCXX
/
static-assert.cpp
blob: 7757acd83887d4e232e70b696400d812510fb539 (
plain
)
1
2
3
// RUN: clang-cc %s -emit-llvm -o - -std=c++0x
static_assert
(
true
,
""
);