blob: a370dee813e9986ff82286d92323cbb2dc78dbf1 [file] [log] [blame]
// bindgen-flags: --impl-debug
class Nice {
typedef void (*Function) (int data);
Function pointer;
int large_array[34];
};