// bindgen-flags: -- -std=c++14 template class DoesNotUseU { T t; V v; }; // The bool should go away becuase U is not used. using Alias = DoesNotUseU;