allwinner_a64/android/external/clang/test/SemaCXX/attr-common.cpp
2018-08-08 16:14:42 +08:00

3 lines
141 B
C++

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