unplugged-vendor/external/llvm-project/clang/test/ASTMerge/macro/Inputs/macro1.h

6 lines
82 B
C
Raw Permalink Normal View History

typedef void *VoidRef;
void maybeNull(
int i,
_Nullable VoidRef *_Nullable);