brintos

brintos / llvm-project-archived public Read only

0
0
Text · 82 B · 9613394 Raw
6 lines · c
1typedef void *VoidRef;2 3void maybeNull(4  int i,5  _Nullable VoidRef *_Nullable);6