mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-01 01:31:26 +00:00
bfa859bba4
Original patch [r240761] is missing all new files because of committer's mistake. llvm-svn: 243018
9 lines
192 B
Objective-C
9 lines
192 B
Objective-C
// RUN: %clang_cc1 -E %s -o - | FileCheck %s
|
|
|
|
#if __has_feature(objc_boxed_nsvalue_expressions)
|
|
int has_objc_boxed_nsvalue_expressions();
|
|
#endif
|
|
|
|
// CHECK: has_objc_boxed_nsvalue_expressions
|
|
|