diff options
Diffstat (limited to 'Tests/RunCMake/try_compile/src.c')
-rw-r--r-- | Tests/RunCMake/try_compile/src.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Tests/RunCMake/try_compile/src.c b/Tests/RunCMake/try_compile/src.c index ab83eb6..5e51382 100644 --- a/Tests/RunCMake/try_compile/src.c +++ b/Tests/RunCMake/try_compile/src.c @@ -1,4 +1,7 @@ -int main(void) { return 0; } +int main(void) +{ + return 0; +} #ifdef PP_ERROR -# error PP_ERROR is defined +#error PP_ERROR is defined #endif |