mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 17:44:58 +00:00
10 lines
163 B
Rust
10 lines
163 B
Rust
//@ compile-flags: --test
|
|
//@ check-test-line-numbers-match
|
|
|
|
/// This looks like another awesome test!
|
|
///
|
|
/// ```
|
|
/// println!("foo?");
|
|
/// ```
|
|
pub fn foooo() {}
|