diff options
Diffstat (limited to 'tests/unity/examples/example_1/src/ProductionCode.h')
-rw-r--r-- | tests/unity/examples/example_1/src/ProductionCode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unity/examples/example_1/src/ProductionCode.h b/tests/unity/examples/example_1/src/ProductionCode.h new file mode 100644 index 0000000..250ca0d --- /dev/null +++ b/tests/unity/examples/example_1/src/ProductionCode.h @@ -0,0 +1,3 @@ + +int FindFunction_WhichIsBroken(int NumberToFind); +int FunctionWhichReturnsLocalVariable(void); |