1 // bindgen-flags: --default-enum-style moduleconsts
2 
3 typedef enum { bar, baz, blap } Foo;
4 void func(Foo x);
5