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