diff options
Diffstat (limited to 'Tests/Complex/Library/ExtraSources')
-rw-r--r-- | Tests/Complex/Library/ExtraSources/file1.cxx | 4 | ||||
-rw-r--r-- | Tests/Complex/Library/ExtraSources/file1.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/Tests/Complex/Library/ExtraSources/file1.cxx b/Tests/Complex/Library/ExtraSources/file1.cxx new file mode 100644 index 0000000..e22812e --- /dev/null +++ b/Tests/Complex/Library/ExtraSources/file1.cxx @@ -0,0 +1,4 @@ +int file1() +{ + return 1; +} diff --git a/Tests/Complex/Library/ExtraSources/file1.h b/Tests/Complex/Library/ExtraSources/file1.h new file mode 100644 index 0000000..ce0d818 --- /dev/null +++ b/Tests/Complex/Library/ExtraSources/file1.h @@ -0,0 +1 @@ +int file1(); |