| 1 | |
|---|---|
| 2 | void foo(); |
| 3 | |
| 4 | // RUN: c-index-test -index-file -working-directory=%S %s | FileCheck %s |
| 5 | // CHECK: [indexDeclaration]: kind: function | name: foo |
| 6 |
| 1 | |
|---|---|
| 2 | void foo(); |
| 3 | |
| 4 | // RUN: c-index-test -index-file -working-directory=%S %s | FileCheck %s |
| 5 | // CHECK: [indexDeclaration]: kind: function | name: foo |
| 6 |