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
/
SemaCXX
/
decltype-98.cpp
blob: db52565e6c74628ffefd94428bbfcb09fe246143 (
plain
)
1
2
3
// RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s
extern
int
x
;
__decltype
(
1
)
x
=
3
;