Clang Project
clang_source_code
/
test
/
CodeCompletion
/
auto.cpp
1
// RUN: %clang_cc1 -std=c++11 -code-completion-at=%s:2:9 %s
2
auto i =
3