llvm-for-llvmta/tools/clang/test/ASTMerge/macro/Inputs/macro1.h

6 lines
82 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
typedef void *VoidRef;
void maybeNull(
int i,
_Nullable VoidRef *_Nullable);