blob: 45f0bd5b6796bb33ba62938e56294a73fcd64386 [file] [log] [blame]
// run-pass
// aux-build:issue-24106.rs
extern crate issue_24106;
fn main() {
issue_24106::go::<()>();
}