Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
builtin_sub.h
1
int getBos1(void) {
2
return __builtin_object_size(p, 0);
3
}
4
5
#define IS_CONST(x) __builtin_constant_p(x)
6