blob: 658f8fde9ad5675333f1483524c84616167a5ca2 [file] [log] [blame]
// bindgen-flags: -- -std=c++11
typedef unsigned char uint8_t;
enum Bar : uint8_t {
VAL
};