diff options
Diffstat (limited to 'Tests/ObjectLibrary/LinkObjects/d_dep.c')
-rw-r--r-- | Tests/ObjectLibrary/LinkObjects/d_dep.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/ObjectLibrary/LinkObjects/d_dep.c b/Tests/ObjectLibrary/LinkObjects/d_dep.c new file mode 100644 index 0000000..cf09314 --- /dev/null +++ b/Tests/ObjectLibrary/LinkObjects/d_dep.c @@ -0,0 +1,7 @@ +#ifdef OBJD +# error "OBJD is defined, but should not be" +#endif +int d_dep(void) +{ + return 0; +} |