Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/sandbox/zarvox/riscv
/
.
/
clang
/
test
/
SemaCXX
/
decltype-98.cpp
blob: 3202dfea71e288291cb370538efffb36b93e48bb [
file
] [
log
] [
blame
] [
edit
]
// RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s
// expected-no-diagnostics
extern
int
x
;
__decltype
(
1
)
x
=
3
;