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