]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/symbol-visibility/an_executable.rs
Rollup merge of #107332 - chansuke:issue-107230, r=albertlarsan68
[rust.git] / tests / run-make-fulldeps / symbol-visibility / an_executable.rs
1 #![crate_type="bin"]
2
3 extern crate an_rlib;
4
5 pub fn public_rust_function_from_exe() {}
6
7 fn main() {}