blob: 58b30133f52f11e6ac898418a1bf9caeace7d074 [file] [log] [blame]
Eli Friedman6fc7ad12013-06-20 22:55:04 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3__attribute__((common)) int x; // expected-error {{common attribute is not supported in C++}}