1// RUN: %clang_cc1 -fsyntax-only -verify %s2 3__attribute__((common)) int x; // expected-error {{'common' attribute is not supported in C++}}4