0
0
mirror of https://github.com/rust-lang/rust.git synced 2024-12-01 04:21:19 +01:00
rust/tests/ui/issue-24106.rs
2024-02-16 20:02:50 +00:00

9 lines
113 B
Rust

//@ run-pass
//@ aux-build:issue-24106.rs
extern crate issue_24106;
fn main() {
issue_24106::go::<()>();
}