aboutsummaryrefslogtreecommitdiffstats
path: root/test_f.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_f.c')
-rw-r--r--test_f.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/test_f.c b/test_f.c
deleted file mode 100644
index 8811f1e..0000000
--- a/test_f.c
+++ /dev/null
@@ -1,5 +0,0 @@
-double f(double x) {
- static int counter = 0;
- ++counter;
- return counter * x;
-}