@0⦊pub fn fn_run_in_doctests(conditional: usize) ⦉@0{
match @0⦊conditional⦉@0 {
1 => @7⦊@6⦊assert_eq!(1, 1)⦉@6⦉@7, // this is run,
2 => @10⦊@9⦊assert_eq!(1, 1)⦉@9⦉@10, // this,
3 => @13⦊@12⦊assert_eq!(1, 1)⦉@12⦉@13, // and this too
_ => @15⦊@14⦊assert_eq!(1, 2)⦉@14⦉@15, // however this is not
}
}@16⦊‸⦉@16