diff options
Diffstat (limited to 'Tests/MissingInstall/mybin.cpp')
-rw-r--r-- | Tests/MissingInstall/mybin.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/MissingInstall/mybin.cpp b/Tests/MissingInstall/mybin.cpp index 237c8ce..5047a34 100644 --- a/Tests/MissingInstall/mybin.cpp +++ b/Tests/MissingInstall/mybin.cpp @@ -1 +1,3 @@ -int main() {} +int main() +{ +} |