summaryrefslogtreecommitdiff
path: root/libbindgen/tests/headers/enum_alias.hpp
blob: 658f8fde9ad5675333f1483524c84616167a5ca2 (plain)
1
2
3
4
5
6
7
// bindgen-flags: -- -std=c++11

typedef unsigned char uint8_t;

enum Bar : uint8_t {
  VAL
};