summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/libraries/static/name/underscore-s-suffix/build-spec/orig/other.c
diff options
context:
space:
mode:
Diffstat (limited to 't/recipes/checks/libraries/static/name/underscore-s-suffix/build-spec/orig/other.c')
-rw-r--r--t/recipes/checks/libraries/static/name/underscore-s-suffix/build-spec/orig/other.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/t/recipes/checks/libraries/static/name/underscore-s-suffix/build-spec/orig/other.c b/t/recipes/checks/libraries/static/name/underscore-s-suffix/build-spec/orig/other.c
new file mode 100644
index 0000000..153aace
--- /dev/null
+++ b/t/recipes/checks/libraries/static/name/underscore-s-suffix/build-spec/orig/other.c
@@ -0,0 +1,6 @@
+#include "code.h"
+#include <math.h>
+
+double energy(double mass){
+ return pow(10.0, 8.0) * pow(3.0, 2.0) * mass;
+}