2024-02-22 12:10:29 +00:00
|
|
|
//@ compile-flags:--test
|
2015-04-07 15:30:05 -07:00
|
|
|
|
2023-10-04 13:04:45 -07:00
|
|
|
// https://github.com/rust-lang/rust/issues/23106
|
2023-10-04 12:08:47 -07:00
|
|
|
#![crate_name="issue_23106"]
|
|
|
|
|
2015-04-07 15:30:05 -07:00
|
|
|
/// ```
|
|
|
|
/// #
|
|
|
|
/// ```
|
|
|
|
pub fn main() {
|
|
|
|
}
|