Skip to content

Commit

Permalink
copy-paste error passing struct to struct_test8
Browse files Browse the repository at this point in the history
  • Loading branch information
sgraham committed Dec 13, 2023
1 parent 433890a commit 068590a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/function.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ int struct_test5(Ty5 x, int n);
int struct_test4(Ty4 x, int n);
int struct_test6(Ty6 x, int n);
int struct_test7(Ty7 x, int n);
int struct_test8(Ty7 x, int n);
int struct_test8(Ty8 x, int n);

int struct_test14(Ty4 x, int n) {
switch (n) {
Expand Down

0 comments on commit 068590a

Please sign in to comment.