Home | History | Annotate | Download | only in SemaCXX
      1 // RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s
      2 extern int x;
      3 __decltype(1) x = 3;
      4