diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2026-01-26 17:56:07 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2026-01-26 18:02:51 +0000 |
| commit | 28819515a548ec25957603ae1fac0620c3eaa9a0 (patch) | |
| tree | ba12494a0daf650d2d03ae77873a6c54e62ac444 /pkg/codesearch/testdata/query-def-source-struct7 | |
| parent | fa7953d4ea9f5b7e5147ff086ac5a67bc2d2675b (diff) | |
pkg/codesearch: support finding field reads/writes
Diffstat (limited to 'pkg/codesearch/testdata/query-def-source-struct7')
| -rw-r--r-- | pkg/codesearch/testdata/query-def-source-struct7 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/codesearch/testdata/query-def-source-struct7 b/pkg/codesearch/testdata/query-def-source-struct7 index 3d6212614..12f1955b3 100644 --- a/pkg/codesearch/testdata/query-def-source-struct7 +++ b/pkg/codesearch/testdata/query-def-source-struct7 @@ -5,4 +5,5 @@ union some_union is defined in source0.h: 40: union some_union { 41: int x; 42: void* p; - 43: }; + 43: struct some_struct s; + 44: }; |
