diff options
Diffstat (limited to 'tests/union-passing.c')
-rw-r--r-- | tests/union-passing.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/union-passing.c b/tests/union-passing.c deleted file mode 100644 index ddf35f2..0000000 --- a/tests/union-passing.c +++ /dev/null @@ -1,2 +0,0 @@ -void f(union {int x; float y;} u) { -} |