aboutsummaryrefslogtreecommitdiff
path: root/test/bindgen/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test/bindgen/main.rs')
-rw-r--r--test/bindgen/main.rs7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/bindgen/main.rs b/test/bindgen/main.rs
new file mode 100644
index 00000000..c5a415d2
--- /dev/null
+++ b/test/bindgen/main.rs
@@ -0,0 +1,7 @@
+// Analysis test shouldn't need this file.
+// This is a workaround until
+// https://github.com/bazelbuild/rules_rust/issues/2499
+// is fixed
+fn main() {
+ println!("Hello world");
+}