diff options
Diffstat (limited to 'tests/run-make/branch-protection-check-IBT/main.rs')
-rw-r--r-- | tests/run-make/branch-protection-check-IBT/main.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/run-make/branch-protection-check-IBT/main.rs b/tests/run-make/branch-protection-check-IBT/main.rs new file mode 100644 index 00000000000..ad379d6ea43 --- /dev/null +++ b/tests/run-make/branch-protection-check-IBT/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("hello world"); +} |