blob: d6351c53074d06307b0aba46d468b5e5a2bd48c0 [file] [log] [blame] [edit]
//@ run-flags:-Zrustdoc-scrape-examples
/// # Examples
///
/// ```
/// test();
/// test();
/// ```
pub fn test() {}
pub fn test_many() {}