summaryrefslogtreecommitdiff
path: root/tests/headers/enum_alias.hpp
blob: 8ddb25c36c197a200f02715a84c19bc8f7f9fd3c (plain)
1
2
3
4
5
6
7
// bindgen-flags: --rustified-enum ".*" -- -std=c++11

typedef unsigned char uint8_t;

enum Bar : uint8_t {
  VAL
};