1error: explicit ABI on extern function is not supported
2 --> tests/ui/extern_fn_abi.rs:4:9
3  |
44 |         extern "Java" fn f();
5  |         ^^^^^^^^^^^^^
6