blob: ad437693a10ed260ca55ae023aced6fbae05a916 [file] [log] [blame]
Fariborz Jahanian90eed212011-10-26 23:59:12 +00001// RUN: %clang_cc1 -fsyntax-only -verify -triple x86_64-apple-darwin %s
2// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
Andy Gibbs8e8fb3b2012-10-19 12:44:48 +00003// expected-no-diagnostics
Fariborz Jahanian90eed212011-10-26 23:59:12 +00004// rdar://10277579
5
6enum __attribute__((deprecated)) __attribute__((weak_import)) A {
7 a0
8};
9