Hi,

In the following example, E1 is found, but E2 is not:

--8<---------------cut here---------------start------------->8---
enum my_enum1 {
    E1
};

enum my_enum2
{
    E2
};
--8<---------------cut here---------------end--------------->8---

-- 
           Peter


_______________________________________________
Bug-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to