aboutsummaryrefslogtreecommitdiff
path: root/contrib/bc/tests/fuzzing/bc_inputs1/functions.bc
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bc/tests/fuzzing/bc_inputs1/functions.bc')
-rw-r--r--contrib/bc/tests/fuzzing/bc_inputs1/functions.bc7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/bc/tests/fuzzing/bc_inputs1/functions.bc b/contrib/bc/tests/fuzzing/bc_inputs1/functions.bc
deleted file mode 100644
index 80d6d1623d8d..000000000000
--- a/contrib/bc/tests/fuzzing/bc_inputs1/functions.bc
+++ /dev/null
@@ -1,7 +0,0 @@
-e(0.5)
-
-define e(x) {
- return x
-}
-
-e(0.5)