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