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/source0.h | |
| parent | fa7953d4ea9f5b7e5147ff086ac5a67bc2d2675b (diff) | |
pkg/codesearch: support finding field reads/writes
Diffstat (limited to 'pkg/codesearch/testdata/source0.h')
| -rw-r--r-- | pkg/codesearch/testdata/source0.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/codesearch/testdata/source0.h b/pkg/codesearch/testdata/source0.h index 9549feb9d..c4ee661e5 100644 --- a/pkg/codesearch/testdata/source0.h +++ b/pkg/codesearch/testdata/source0.h @@ -40,6 +40,7 @@ typedef struct another_struct { union some_union { int x; void* p; + struct some_struct s; }; enum some_enum { |
