#161 closed defect (fixed)
Parsing doesn't handle attributes on new style declaration
Reported by: | Thierry Delisle | Owned by: | pabuhr |
---|---|---|---|
Priority: | major | Component: | cfa-cc |
Version: | 1.0 | Keywords: | Parsing |
Cc: |
Description
This doesn't parse :
[int, int] bar(int a) __attribute__((const));
Note: See
TracTickets for help on using
tickets.
In c744563a: