summaryrefslogtreecommitdiffstats
path: root/tests/run-make/extern-flag-fun/foo.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-make/extern-flag-fun/foo.rs')
-rw-r--r--tests/run-make/extern-flag-fun/foo.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make/extern-flag-fun/foo.rs b/tests/run-make/extern-flag-fun/foo.rs
new file mode 100644
index 000000000..0edda7d7b
--- /dev/null
+++ b/tests/run-make/extern-flag-fun/foo.rs
@@ -0,0 +1,3 @@
+extern crate bar;
+
+fn main() {}