mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-05 23:52:45 +00:00
3249a1e862
decl. in Darwin due to certain projects requirement. // rdar://10277579 llvm-svn: 143082
9 lines
241 B
C
9 lines
241 B
C
// RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-apple-darwin %s
|
|
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
|
|
// rdar://10277579
|
|
|
|
enum __attribute__((deprecated)) __attribute__((weak_import)) A {
|
|
a0
|
|
};
|
|
|