From 0691b7630b89bf3de5f7691802cb923bd7c1fd99 Mon Sep 17 00:00:00 2001 From: Vlad Vissoultchev Date: Mon, 4 Apr 2016 15:30:26 +0300 Subject: tccgen.c: Allow type attributes to prefix enum/struct/union name 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` --- tests/tests2/82_attribs_position.expect | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/tests2/82_attribs_position.expect (limited to 'tests/tests2/82_attribs_position.expect') diff --git a/tests/tests2/82_attribs_position.expect b/tests/tests2/82_attribs_position.expect new file mode 100644 index 0000000..e69de29 -- cgit v1.3.1