aboutsummaryrefslogtreecommitdiff
path: root/tests/struct-return-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/struct-return-1.c')
-rw-r--r--tests/struct-return-1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/struct-return-1.c b/tests/struct-return-1.c
deleted file mode 100644
index e1631a8..0000000
--- a/tests/struct-return-1.c
+++ /dev/null
@@ -1,3 +0,0 @@
-struct s {int x;} f(void) {
- return (struct s){2};
-}