Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
a309efef399d342a364d051581b5f3738deba370
/
.
/
clang
/
test
/
Modules
/
Inputs
/
builtin_sub.h
blob: 79e3c0332597468dcf37584accc3bc76bea9eb06 [
file
] [
log
] [
blame
]
Douglas Gregor
1519766
2013-04-03 23:06:26 +0000
[
diff
] [
blame
]
1
int
getBos1
(
void
)
{
2
return
__builtin_object_size
(
p
,
0
);
3
}
4