repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[clang-cl] Ignore /Wv and /Wv:17 flags
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
non_fragile_feature1.m
blob
6ea7fa8b6c5a9b755af8b7b04479bbf40b62326c
1
// RUN: %clang_cc1 -triple i386-unknown-unknown -fobjc-runtime=gcc %s
2
#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