Skip to content
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

Cannot define empty struct #16342

Closed
radare opened this issue Mar 29, 2020 · 1 comment
Closed

Cannot define empty struct #16342

radare opened this issue Mar 29, 2020 · 1 comment
Assignees
Labels
test-required types Parsing, propagating and inferring simple and complex types

Comments

@radare
Copy link
Collaborator

radare commented Mar 29, 2020

$ r2 -
 -- Mind the tab
[0x00000000]> "td struct Empty{};"
[0x00000000]> ts
[0x00000000]> "td struct Empty{int a;};"
[0x00000000]> ts
Empty
[0x00000000]>
@XVilka XVilka added test-required types Parsing, propagating and inferring simple and complex types labels Mar 29, 2020
@XVilka XVilka self-assigned this Mar 29, 2020
@radare radare added this to the 4.4.0 - pangolin milestone Mar 30, 2020
@ghost ghost mentioned this issue Apr 2, 2020
4 tasks
@radare
Copy link
Collaborator Author

radare commented Apr 5, 2020

This is solved

@radare radare closed this as completed Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test-required types Parsing, propagating and inferring simple and complex types
Projects
None yet
Development

No branches or pull requests

3 participants