// bindgen-flags: --rustified-enum ".*" -- -std=c++14 // Generated by C-Reduce, cleaned up and given names for readability. template struct HasNonTypeTemplateParam { // But doesn't use the non-type template param nor its type param... }; enum { ENUM_VARIANT_1, ENUM_VARIANT_2 }; namespace JS { template using Alias = HasNonTypeTemplateParam; template class Base { Alias f; }; class AutoIdVector : Base {}; }