diff options
Diffstat (limited to 'Tests/CustomCommand/GeneratedHeader/main.cpp')
-rw-r--r-- | Tests/CustomCommand/GeneratedHeader/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CustomCommand/GeneratedHeader/main.cpp b/Tests/CustomCommand/GeneratedHeader/main.cpp index 254ecf5..1b3e85f 100644 --- a/Tests/CustomCommand/GeneratedHeader/main.cpp +++ b/Tests/CustomCommand/GeneratedHeader/main.cpp @@ -1,5 +1,5 @@ #include "generated.h" -main() +int main() { - + return 0; } |