blob: 3a2c0e5b3a14bea3497ec5911cde1d69d5d7cc84 [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
3// rdar://10277579
4
5enum __attribute__((deprecated)) __attribute__((weak_import)) A {
6 a0
7};
8