[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / clang / test / Index / index-with-working-dir.c
blobde1f1ebe1a988202ae09445342e1cb1a1740746e
2 void foo();
4 // RUN: c-index-test -index-file -working-directory=%S %s | FileCheck %s
5 // CHECK: [indexDeclaration]: kind: function | name: foo