summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/symbol-visibility/an_executable.rs
blob: 3f5e125ad193d365cf97e276de6eb70432b64482 (plain)
1
2
3
4
5
6
7
#![crate_type="bin"]

extern crate an_rlib;

pub fn public_rust_function_from_exe() {}

fn main() {}