summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/src.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/try_compile/src.c')
-rw-r--r--Tests/RunCMake/try_compile/src.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/RunCMake/try_compile/src.c b/Tests/RunCMake/try_compile/src.c
index 8488f4e..5e51382 100644
--- a/Tests/RunCMake/try_compile/src.c
+++ b/Tests/RunCMake/try_compile/src.c
@@ -2,3 +2,6 @@ int main(void)
{
return 0;
}
+#ifdef PP_ERROR
+#error PP_ERROR is defined
+#endif