diff options
Diffstat (limited to 'tests/headers/issue-1443.hpp')
-rw-r--r-- | tests/headers/issue-1443.hpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/tests/headers/issue-1443.hpp b/tests/headers/issue-1443.hpp deleted file mode 100644 index 9b637ba7..00000000 --- a/tests/headers/issue-1443.hpp +++ /dev/null @@ -1,21 +0,0 @@ -struct Foo; - -struct Bar { - const Foo& f; - unsigned m; -}; - -struct Baz { - Foo& f; - unsigned m; -}; - -struct Tar { - const Foo&& f; - unsigned m; -}; - -struct Taz { - Foo&& f; - unsigned m; -}; |