Skip to content
Snippets Groups Projects
user avatar
Virgile Prevosto authored
supports pattern such as

```c
enum {
     TAG1 = 42,
     TAG2 = TAG1 << 3
};
```
01b59745
History
Name Last commit Last update
..