2024-02-22 12:10:29 +00:00
|
|
|
//@ compile-flags: --document-private-items
|
2020-01-04 20:35:23 +00:00
|
|
|
|
2024-06-21 12:03:08 +00:00
|
|
|
//@ !has const_underscore/constant._.html
|
2020-01-04 20:35:23 +00:00
|
|
|
const _: () = {
|
|
|
|
#[no_mangle]
|
|
|
|
extern "C" fn implementation_detail() {}
|
|
|
|
};
|