2024-02-22 12:10:29 +00:00
|
|
|
//@ aux-build:issue-34274.rs
|
|
|
|
//@ build-aux-docs
|
|
|
|
//@ ignore-cross-compile
|
2016-06-18 18:41:13 +01:00
|
|
|
|
2023-10-16 16:12:17 -07:00
|
|
|
// https://github.com/rust-lang/rust/issues/34274
|
2016-06-18 18:41:13 +01:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
|
|
|
extern crate issue_34274;
|
|
|
|
|
2018-12-25 08:56:47 -07:00
|
|
|
// @has foo/fn.extern_c_fn.html '//a/@href' '../src/issue_34274/issue-34274.rs.html#2'
|
2016-06-18 18:41:13 +01:00
|
|
|
pub use issue_34274::extern_c_fn;
|