about summary refs log tree commit diff
path: root/tests/run-make/staticlib-thin-archive/simple_obj.rs
blob: a120c9b3e676b0d36ea05b540c3b77578cde8d24 (plain)
1
2
3
4
#![crate_type = "staticlib"]

#[no_mangle]
extern "C" fn simple_fn() {}