From c6ad098a80adc3250d3f08d0c2b884135d98b0a7 Mon Sep 17 00:00:00 2001 From: justanothercatgirl Date: Wed, 25 Sep 2024 14:44:31 +0300 Subject: initial commit --- test_f.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test_f.c (limited to 'test_f.c') diff --git a/test_f.c b/test_f.c new file mode 100644 index 0000000..8811f1e --- /dev/null +++ b/test_f.c @@ -0,0 +1,5 @@ +double f(double x) { + static int counter = 0; + ++counter; + return counter * x; +} -- cgit v1.2.3-70-g09d2