summary refs log tree commit diff
path: root/tests/ui/issue-24106.rs
blob: 4f7b299b12f5c39b78202544ebfc923f5544944c (plain)
1
2
3
4
5
6
7
8
//@ run-pass
//@ aux-build:issue-24106.rs

extern crate issue_24106;

fn main() {
    issue_24106::go::<()>();
}