9 lines · c
1// RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-apple-darwin %s2// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s3// expected-no-diagnostics4 5enum __attribute__((deprecated)) __attribute__((weak_import)) A {6 a07};8 9