#[cxx::bridge]
mod ffi {
enum A<T> {
Field,
}
enum B<T> where T: Copy {
enum C where void: Copy {
fn main() {}