diff options
Diffstat (limited to 'Tests/Simple/simple.cxx')
-rw-r--r-- | Tests/Simple/simple.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/Simple/simple.cxx b/Tests/Simple/simple.cxx index 1482f27..ef26e79 100644 --- a/Tests/Simple/simple.cxx +++ b/Tests/Simple/simple.cxx @@ -1,4 +1,6 @@ +extern void simpleLib(); int main () { + simpleLib(); return 0; } |