1
0
Эх сурвалжийг харах

COMP: Fixed form of function main.

Brad King 20 жил өмнө
parent
commit
9762573aa9

+ 2 - 2
Tests/CustomCommand/GeneratedHeader/main.cpp

@@ -1,5 +1,5 @@
 #include "generated.h"
-main()
+int main()
 {
-  
+  return 0;
 }