freebsd-nq/test/SemaCXX/decltype-98.cpp

4 lines
90 B
C++

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