]> git.lizzy.rs Git - rust.git/blob - tests/ui/extern/issue-10763.rs
Rollup merge of #106701 - ibraheemdev:sync-sender-spin, r=Amanieu
[rust.git] / tests / ui / extern / issue-10763.rs
1 // build-pass
2 #![allow(dead_code)]
3 // pretty-expanded FIXME #23616
4
5 extern "Rust" fn foo() {}
6
7 fn main() {}