xref
: /
llvm-project-15.0.7
/
clang
/
test
/
SemaCXX
/
decltype-98.cpp
(revision 143f2f6e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
// RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s
2
extern
int
x
;
3
__decltype
(
1
)
x
=
3
;
4