diff options
Diffstat (limited to 'Tests/ComplexOneConfig/Library/SystemDir/testSystemDir.h')
-rw-r--r-- | Tests/ComplexOneConfig/Library/SystemDir/testSystemDir.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/ComplexOneConfig/Library/SystemDir/testSystemDir.h b/Tests/ComplexOneConfig/Library/SystemDir/testSystemDir.h index 73be353..074ff75 100644 --- a/Tests/ComplexOneConfig/Library/SystemDir/testSystemDir.h +++ b/Tests/ComplexOneConfig/Library/SystemDir/testSystemDir.h @@ -1,2 +1,5 @@ // Purposely leave off the return type to create a warning. -foo() { return 0; } +foo() +{ + return 0; +} |