9 lines · plain
1// RUN: %clang_cc1 -triple i386-unknown-unknown -fobjc-runtime=gcc %s2#ifndef __has_feature3#error Should have __has_feature4#endif5 6#if __has_feature(objc_nonfragile_abi)7#error Non-fragile ABI not used for compilation but feature macro set.8#endif9