aboutsummaryrefslogtreecommitdiff
path: root/tests/union.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/union.c')
-rw-r--r--tests/union.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/union.c b/tests/union.c
deleted file mode 100644
index 9b4e5f9..0000000
--- a/tests/union.c
+++ /dev/null
@@ -1,4 +0,0 @@
-union {
- int x;
- double y;
-} a = {.x = 5}, b = {.y = 7.5};