diff options
Diffstat (limited to 'Tests/PositionIndependentTargets/pic_main.cpp')
-rw-r--r-- | Tests/PositionIndependentTargets/pic_main.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Tests/PositionIndependentTargets/pic_main.cpp b/Tests/PositionIndependentTargets/pic_main.cpp index 6a41a7a..3246eee 100644 --- a/Tests/PositionIndependentTargets/pic_main.cpp +++ b/Tests/PositionIndependentTargets/pic_main.cpp @@ -1,4 +1,7 @@ #include "pic_test.h" -int main(int,char**) { return 0; } +int main(int, char**) +{ + return 0; +} |