xref: /Universal-ctags/Units/parser-yacc.r/c-anon-ids.d/input.y (revision 3c91b1ea509df238feb86c9cbd552b621e462653)
1 %{
2 	struct {
3 		int x, y;
4 	} point;
5 %}
6 
7 %%
8 
9 %%
10 	struct {
11 		int x, y;
12 	} vector;
13 
14