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
/
auto-cxx98.cpp
blob: 14670cd699421d5919f1fa1d93bcb884095b39b9 (
plain
)
1
2
3
4
5
// RUN: clang-cc -fsyntax-only -verify %s -std=c++98
void
f
()
{
auto
int
a
;
int
auto
b
;
}