Author: Jean-Sebastien Bevilacqua
Branch: binary_enum
Changeset: r2912:330013c6d0c3
Date: 2017-03-15 21:10 +0100
http://bitbucket.org/cffi/cffi/changeset/330013c6d0c3/
Log:Add test for binary operation in enum definition
diff --git a/testing/cffi0/test_parsing.py b/testing/cffi0/test_parsing
Author: Jean-Sebastien Bevilacqua
Branch: binary_enum
Changeset: r2911:5e9d6a26b6b1
Date: 2017-03-15 16:48 +0100
http://bitbucket.org/cffi/cffi/changeset/5e9d6a26b6b1/
Log:Add operation support in enum
With this patch, the following C code works now:
```c typedef enum VkPipe