llvm-for-llvmta/tools/clang/test/Index/Inputs/remap-complete-to.c

7 lines
88 B
C
Raw Normal View History

2022-04-25 13:02:35 +02:00
int f0(int *pointer1, float *pointer2) {
return pointer2 - pointer1;
}
void g() {