summaryrefslogtreecommitdiffstats
path: root/Tests/CustComDepend/foo.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/CustComDepend/foo.cxx')
-rw-r--r--Tests/CustComDepend/foo.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CustComDepend/foo.cxx b/Tests/CustComDepend/foo.cxx
index 54471cc..3c204f8 100644
--- a/Tests/CustComDepend/foo.cxx
+++ b/Tests/CustComDepend/foo.cxx
@@ -8,7 +8,7 @@ int main(int ac, char** av)
{
return -1;
}
- fprintf(fout, "int bar(){ return 10;}\n");
+ fprintf(fout, "#include <bar.h>\nBAR_EXPORT int bar(){ return 10;}\n");
fclose(fout);
return 0;
}