]> git.lizzy.rs Git - rust.git/blob - src/test/ui/extern/issue-10763.rs
Rollup merge of #97317 - GuillaumeGomez:gui-settings-text-click, r=jsha
[rust.git] / src / test / 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() {}