about summary refs log tree commit diff
path: root/tests/ui/issues/auxiliary/issue-18913-2.rs
blob: 802f5ab3899bb79686b85887e558347ea2bfbcca (plain)
1
2
3
4
5
6
//@ no-prefer-dynamic

#![crate_type = "rlib"]
#![crate_name = "foo"]

pub fn foo() -> i32 { 1 }