mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-24 14:05:49 -04:00
6 lines
144 B
C
6 lines
144 B
C
|
|
void foo();
|
|
|
|
// RUN: c-index-test -index-file -working-directory=%S %s | FileCheck %s
|
|
// CHECK: [indexDeclaration]: kind: function | name: foo
|