mirror of
git://repo.or.cz/tinycc.git
synced 2026-06-17 23:54:16 +08:00
The type within the cast (int (__attribute__((foo)) *)(void)) was misparsed because of the presence of the attribute (parse_btype prematurely concluded that (__attribute__() *) is a type. Also see testcase. This construct is used in sqlite it seems.
3 lines
6 B
Plaintext
3 lines
6 B
Plaintext
42
|
|
42
|