about summary refs log tree commit diff stats
path: root/tree-sitter/dsk/test-build/generated/c/include/test_lang.h
blob: 9fcc8317834304a90b7b802de79092362d5d814a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef TREE_SITTER_TEST_LANG_H_
#define TREE_SITTER_TEST_LANG_H_

typedef struct TSLanguage TSLanguage;

#ifdef __cplusplus
extern "C" {
#endif

const TSLanguage *tree_sitter_test_lang(void);

#ifdef __cplusplus
}
#endif

#endif // TREE_SITTER_TEST_LANG_H_