blob: 58b30133f52f11e6ac898418a1bf9caeace7d074 [file] [log] [blame]
// RUN: %clang_cc1 -fsyntax-only -verify %s
__attribute__((common)) int x; // expected-error {{common attribute is not supported in C++}}