https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115502

--- Comment #1 from Sam James <sjames at gcc dot gnu.org> ---
```
typedef struct _OSet OSet;
typedef OSet AvlTree;
void vgPlain_OSetGen_Lookup(const OSet *);
struct _OSet {};
void vgPlain_OSetGen_Lookup(const AvlTree *);
```

Reply via email to