blob: db52565e6c74628ffefd94428bbfcb09fe246143 [file] [log] [blame]
// RUN: %clang_cc1 -std=c++98 -fsyntax-only -verify %s
extern int x;
__decltype(1) x = 3;