1 // RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s
2 // expected-no-diagnostics
3 extern int x;
4 __decltype(1) x = 3;
5