brintos

brintos / llvm-project-archived public Read only

0
0
Text · 141 B · fb98639 Raw
4 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only -verify %s2 3__attribute__((common)) int x; // expected-error {{'common' attribute is not supported in C++}}4