]> git.lizzy.rs Git - rust.git/blob - tests/ui/extern/issue-10763.rs
Rollup merge of #104965 - zacklukem:p-option-as_ref-docs, r=scottmcm
[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() {}