basic.c::User (8-12)
edges: no blank line above, 13 blank below
next: sct history basic.c::User (the commits that changed it)
basic.c (1-83)
- User @8 # User structure definition
   8 | struct User {
   9 |     int id;
   10 |     char name[100];
   11 |     char email[100];
   12 | };
[exit 0]
