-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ParmVarDecl could not match regexp #280
Comments
To fix this you will need to add a new test case to: https://github.com/elliotchance/c2go/blob/master/ast/parm_var_decl_test.go#L69-L78 using the string:
You ill then need to alter the regex to match the new string. |
After the fix, the go output is:
|
elliotchance
pushed a commit
that referenced
this issue
Oct 29, 2017
elliotchance
pushed a commit
that referenced
this issue
Oct 29, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
main.c
c2go transpile main.c
cc -Wall -o main main.c
The text was updated successfully, but these errors were encountered: