Declaration lists for functions
Open
area:compiler
kind:feature
status:help-wanted
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
As of now, we don't support something defined as a "non-empty declaration list for a function". It's unclear what this is, but maybe something like this?
```c
int foo(int), bar(int);
```
Look for the number `231` in the code to find clues to implement this feature.
Contributor guide
Assessment
This issue has not been assessed yet.