summary refs log tree commit diff
path: root/src/test/auxiliary/issue-2196-b.rs
blob: f3e0b8e38aa4e45468749a3a67c708014fc77c36 (plain)
1
2
3
4
5
6
7
8
#[link(name = "issue2196b", vers = "0.1")];
#[crate_type = "lib"];

use a(name = "issue2196a");

type d = str;
impl d for d { }