diff options
Diffstat (limited to 'Tests/PDBDirectoryAndName/myexe2.c')
-rw-r--r-- | Tests/PDBDirectoryAndName/myexe2.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/PDBDirectoryAndName/myexe2.c b/Tests/PDBDirectoryAndName/myexe2.c new file mode 100644 index 0000000..75b39cd --- /dev/null +++ b/Tests/PDBDirectoryAndName/myexe2.c @@ -0,0 +1,3 @@ +extern int mylibA(); +extern int mylibD(); +int main() { return mylibA() + mylibD(); } |