blob: fb98639d1b2ce317630f3780540a446f365c8d28 [file] [log] [blame]
Eli Friedman6fc7ad12013-06-20 22:55:04 +00001// RUN: %clang_cc1 -fsyntax-only -verify %s
2
Aaron Ballman3db89662013-11-24 21:48:06 +00003__attribute__((common)) int x; // expected-error {{'common' attribute is not supported in C++}}