]> git.lizzy.rs Git - rust.git/blob - tests/ui/codegen/issue-97708.rs
Rollup merge of #106701 - ibraheemdev:sync-sender-spin, r=Amanieu
[rust.git] / tests / ui / codegen / issue-97708.rs
1 // build-pass
2 // aux-build:issue-97708-aux.rs
3
4 extern crate issue_97708_aux;
5 use issue_97708_aux::TaskStub;
6
7 static TASK_STUB: TaskStub = TaskStub::new();
8
9 fn main() {}