summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc/test_option_check/bar.rs
blob: 50a182cf7e049f906730410d57d91a0e79c3484e (plain)
1
2
3
4
5
6
7
8
9
// compile-flags: --test
// check-test-line-numbers-match

/// This looks like another awesome test!
///
/// ```
/// println!("foo?");
/// ```
pub fn foooo() {}