about summary refs log tree commit diff
path: root/tests/run-make/metadata-only-crate-no-ice/foo.rs
blob: 270202664257b85a8e627d7d33b30fee14707226 (plain)
1
2
3
4
#![crate_type = "lib"]

extern crate bar;
extern crate baz;