about summary refs log tree commit diff
path: root/tests/run-make/compiler-lookup-paths-2/c.rs
blob: 1326edb575ed80809428ba2a6b6fa7cff84c5b6d (plain)
1
2
3
#![crate_type = "lib"]
extern crate a;
extern crate b;