diff options
Diffstat (limited to 'Tests/PositionIndependentTargets/pic_main.cpp')
-rw-r--r-- | Tests/PositionIndependentTargets/pic_main.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/PositionIndependentTargets/pic_main.cpp b/Tests/PositionIndependentTargets/pic_main.cpp new file mode 100644 index 000000000..6a41a7a6b --- /dev/null +++ b/Tests/PositionIndependentTargets/pic_main.cpp @@ -0,0 +1,4 @@ + +#include "pic_test.h" + +int main(int,char**) { return 0; } |