summaryrefslogtreecommitdiff
path: root/tests/headers/complex_global.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/complex_global.h')
-rw-r--r--tests/headers/complex_global.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/headers/complex_global.h b/tests/headers/complex_global.h
new file mode 100644
index 00000000..d9f9fb01
--- /dev/null
+++ b/tests/headers/complex_global.h
@@ -0,0 +1,3 @@
+float _Complex globalValueFloat;
+double _Complex globalValueDouble;
+long double _Complex globalValueLongDouble;