blob: 89b52ed53bf582c4abbdcdcf6ba7799e85408ee3 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -triple i386-unknown-unknown %s
David Chisnallcbf30b72009-08-31 16:53:06 +00002#ifndef __has_feature
3#error Should have __has_feature
4#endif
5
6#if __has_feature(objc_nonfragile_abi)
7#error Non-fragile ABI not used for compilation but feature macro set.
8#endif