mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
b441fc9916
This commit bans from the model pointer-to-array return types in CABIFunctionDefinition. CABIFunctionDefinition implies we're decompiling towards C, and C does not support such return types, because it doesn't have valid syntax to express them without using typedefs.