summaryrefslogtreecommitdiffstats
path: root/t/recipes/checks/build-systems/waf/cruft-contains-waf/build-spec/orig/some-source.c
diff options
context:
space:
mode:
Diffstat (limited to 't/recipes/checks/build-systems/waf/cruft-contains-waf/build-spec/orig/some-source.c')
-rw-r--r--t/recipes/checks/build-systems/waf/cruft-contains-waf/build-spec/orig/some-source.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/t/recipes/checks/build-systems/waf/cruft-contains-waf/build-spec/orig/some-source.c b/t/recipes/checks/build-systems/waf/cruft-contains-waf/build-spec/orig/some-source.c
new file mode 100644
index 0000000..6691108
--- /dev/null
+++ b/t/recipes/checks/build-systems/waf/cruft-contains-waf/build-spec/orig/some-source.c
@@ -0,0 +1,5 @@
+int fun(int a) {
+ /* There is a valid use for this... probably */
+ return (a * a) >> a;
+}
+