hanchenye-llvm-project/clang/test/SemaCXX/auto-cxx98.cpp

6 lines
96 B
C++

// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++98
void f() {
auto int a;
int auto b;
}