blob: a5a8f9a64e1070ba08ddfb60d5d49fde722bc4b1 [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;
}