diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2026-01-21 09:59:13 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-01-21 13:38:45 +0000 |
| commit | 8fc377978dcf81013752b91c15eb8d573fca560f (patch) | |
| tree | c1cf2241556888c759e0d2ab8641caee53a35e0d /pkg/codesearch/testdata/query-def-source-struct7 | |
| parent | 6b862b615943965909f5b1b611786b5ba2d2819e (diff) | |
pkg/codesearch: do indexing of struct/union/enum
Update #6469
Diffstat (limited to 'pkg/codesearch/testdata/query-def-source-struct7')
| -rw-r--r-- | pkg/codesearch/testdata/query-def-source-struct7 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pkg/codesearch/testdata/query-def-source-struct7 b/pkg/codesearch/testdata/query-def-source-struct7 new file mode 100644 index 000000000..3d6212614 --- /dev/null +++ b/pkg/codesearch/testdata/query-def-source-struct7 @@ -0,0 +1,8 @@ +def-source source0.c some_union yes + +union some_union is defined in source0.h: + + 40: union some_union { + 41: int x; + 42: void* p; + 43: }; |
