blob: 6ff3cf9f3f8565a5c8a68d2ac33edfbb3a13c078 [file] [log] [blame]
Matthew Barth00b1e5b2016-09-09 12:15:46 -05001#ifndef GTEST_SAMPLE
2#define GTEST_SAMPLE
3
4int Factorial(int n);
5
6#endif