aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.h')
-rw-r--r--test/main.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/main.h b/test/main.h
index 4c1733b1f..54553f742 100644
--- a/test/main.h
+++ b/test/main.h
@@ -91,6 +91,11 @@
#define isfinite(X) please_protect_your_isfinite_with_parentheses
#endif
+
+// test possible conflicts
+struct real {};
+struct imag {};
+
#ifdef M_PI
#undef M_PI
#endif