summaryrefslogtreecommitdiff
path: root/test/SemaCXX/decltype-98.cpp
blob: 3202dfea71e288291cb370538efffb36b93e48bb (plain)
1
2
3
4
// RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s
// expected-no-diagnostics
extern int x;
__decltype(1) x = 3;