mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 11:51:07 +00:00
11 lines
190 B
Rust
11 lines
190 B
Rust
//@ compile-flags: --test --persist-doctests /../../ -Z unstable-options
|
|
//@ failure-status: 101
|
|
//@ only-linux
|
|
|
|
#![crate_name = "foo"]
|
|
|
|
//! ```rust
|
|
//! use foo::dummy;
|
|
//! dummy();
|
|
//! ```
|