summaryrefslogtreecommitdiffstats
path: root/sample.h
diff options
context:
space:
mode:
Diffstat (limited to 'sample.h')
-rw-r--r--sample.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/sample.h b/sample.h
new file mode 100644
index 0000000..6ff3cf9
--- /dev/null
+++ b/sample.h
@@ -0,0 +1,6 @@
+#ifndef GTEST_SAMPLE
+#define GTEST_SAMPLE
+
+int Factorial(int n);
+
+#endif
OpenPOWER on IntegriCloud