aboutsummaryrefslogtreecommitdiff
path: root/tests/tests2/82_attribs_position.expect
Commit message (Collapse)AuthorAgeFilesLines
* tccgen.c: Allow type attributes to prefix enum/struct/union nameVlad Vissoultchev2016-04-061-0/+0
From gcc docs: "You may also specify attributes between the enum, struct or union tag and the name of the type rather than after the closing brace." Adds `82_attribs_position.c` in `tests/tests2`