brintos

brintos / llvm-project-archived public Read only

0
0
Text · 160 B · e172eca Raw
9 lines · plain
1// RUN: %clang_cc1 -E %s -o - | FileCheck %s2 3#if __has_attribute(objc_boxable)4int has_objc_boxable_attribute();5#endif6 7// CHECK: has_objc_boxable_attribute8 9