Bug JDK-8217164 is back in new jextract code.
typedef void CB(int i);
void f(CB x);
Similar typedef usage was found
struct Foo {
void (*f)(CB cb);
}
typedef void CB(int i);
void f(CB x);
Similar typedef usage was found
struct Foo {
void (*f)(CB cb);
}
- relates to
-
JDK-8217164 jextract can not handle function prototypes as function arguments.
-
- Resolved
-