Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a3aef788ec802875e26fc014a4040a024eb2b506
/
.
/
clang
/
test
/
Preprocessor
/
non_fragile_feature.m
blob: dbf1f9a797e2661336ddd8b0e04232e96ad3a6d6 [
file
] [
log
] [
blame
]
// RUN: clang -cc1 -fobjc-nonfragile-abi %s
#ifndef
__has_feature
#error
Should
have __has_feature
#endif
#if !__has_feature(objc_nonfragile_abi)
#error
Non
-
fragile ABI used
for
compilation but feature macro not
set
.
#endif