1c8d732800e1a660fca6d2478fc24d6e6935ef8adcommit-bot@chromium.org// RUN: %clang_cc1 -fsyntax-only -verify %s
2c8d732800e1a660fca6d2478fc24d6e6935ef8adcommit-bot@chromium.org
3c8d732800e1a660fca6d2478fc24d6e6935ef8adcommit-bot@chromium.org__attribute__((common)) int x; // expected-error {{'common' attribute is not supported in C++}}
4c8d732800e1a660fca6d2478fc24d6e6935ef8adcommit-bot@chromium.org