aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/codesearch/testdata/source0.h
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2026-01-26 17:56:07 +0100
committerDmitry Vyukov <dvyukov@google.com>2026-01-26 18:02:51 +0000
commit28819515a548ec25957603ae1fac0620c3eaa9a0 (patch)
treeba12494a0daf650d2d03ae77873a6c54e62ac444 /pkg/codesearch/testdata/source0.h
parentfa7953d4ea9f5b7e5147ff086ac5a67bc2d2675b (diff)
pkg/codesearch: support finding field reads/writes
Diffstat (limited to 'pkg/codesearch/testdata/source0.h')
-rw-r--r--pkg/codesearch/testdata/source0.h1
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 {