Browse Source

add missing file

Bill Hoffman 22 năm trước cách đây
mục cha
commit
33580312b3

+ 4 - 0
Tests/Complex/Executable/complex.file.cxx

@@ -0,0 +1,4 @@
+int main(int , char**)
+{
+  return 0;
+}

+ 4 - 0
Tests/ComplexOneConfig/Executable/complex.file.cxx

@@ -0,0 +1,4 @@
+int main(int , char**)
+{
+  return 0;
+}

+ 4 - 0
Tests/ComplexRelativePaths/Executable/complex.file.cxx

@@ -0,0 +1,4 @@
+int main(int , char**)
+{
+  return 0;
+}