xref: /llvm-project/clang/test/Modules/Inputs/builtin_sub.h (revision b9ad4e60638131f4d68c18f128bf44ccec2cd77c)

getBos1(void)1 int getBos1(void) {
2   return __builtin_object_size(p, 0);
3 }
4 
5 #define IS_CONST(x) __builtin_constant_p(x)
6