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
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
Lexer
/
has_attribute_objc_boxable.m
blob
e172ecaba2bb1d6e60b396d081e8fd8162b20e28
1
// RUN: %clang_cc1 -E %s -o - | FileCheck %s
2
3
#if __has_attribute(objc_boxable)
4
int has_objc_boxable_attribute();
5
#endif
6
7
// CHECK: has_objc_boxable_attribute
8