summaryrefslogtreecommitdiff
path: root/tests/headers/issue-1281.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/issue-1281.h')
-rw-r--r--tests/headers/issue-1281.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/headers/issue-1281.h b/tests/headers/issue-1281.h
deleted file mode 100644
index 4a3aaab0..00000000
--- a/tests/headers/issue-1281.h
+++ /dev/null
@@ -1,11 +0,0 @@
-struct foo;
-
-typedef struct bar {
- struct foo {
- int foo;
- } u;
-} bar_t;
-
-struct baz {
- struct foo f;
-};