diff options
Diffstat (limited to 'Tests/VSResource/lib.cpp')
-rw-r--r-- | Tests/VSResource/lib.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/VSResource/lib.cpp b/Tests/VSResource/lib.cpp index 006e3e4..c912397 100644 --- a/Tests/VSResource/lib.cpp +++ b/Tests/VSResource/lib.cpp @@ -1 +1,4 @@ -int lib() { return 0; } +int lib() +{ + return 0; +} |