aboutsummaryrefslogtreecommitdiff
path: root/testcases/local_struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/local_struct.c')
-rw-r--r--testcases/local_struct.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/testcases/local_struct.c b/testcases/local_struct.c
deleted file mode 100644
index 28cb223..0000000
--- a/testcases/local_struct.c
+++ /dev/null
@@ -1,7 +0,0 @@
-struct A {int x; int y; } b;
-int f(struct A {int a;} p) {
- struct A a;
- a.x;
-}
-int main() {
-}