blob: 40a7c680a28cec3a24866f1e1cb06b04578586db [file] [log] [blame]
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq --enable-cxx-namespaces --rustified-enum ".*"
namespace whatever {
typedef struct {
int foo;
} typedef_struct;
typedef enum {
BAR=1
} typedef_enum;
}
namespace {
typedef struct {
int foo;
} typedef_struct;
typedef enum {
BAR=1
} typedef_enum;
}