Home | History | Annotate | Download | only in SemaCXX
      1 // RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++98
      2 void f() {
      3   auto int a;
      4   int auto b;
      5 }
      6