Skip to content

Commit

Permalink
undo last commit in tester file, unary is not yet supported
Browse files Browse the repository at this point in the history
  • Loading branch information
august95 committed Feb 4, 2025
1 parent 9ebc1a7 commit 873110c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_test/test_files/test_parser_function_2.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ int main()
{
int var_val;

!var_val + 50;
var_val + 50;
int var_b;
}
}

0 comments on commit 873110c

Please sign in to comment.