aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/auto-cxx98.cpp
blob: fe028114880a373391ca37ebbc723a7b5f39b334 (plain) (blame)
1
2
3
4
5
// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++98
void f() {
  auto int a;
  int auto b;
}