aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/PR28812/Textual.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/PR28812/Textual.h')
-rw-r--r--test/Modules/Inputs/PR28812/Textual.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/Modules/Inputs/PR28812/Textual.h b/test/Modules/Inputs/PR28812/Textual.h
new file mode 100644
index 000000000000..769962e08792
--- /dev/null
+++ b/test/Modules/Inputs/PR28812/Textual.h
@@ -0,0 +1,11 @@
+#ifndef T_H
+#define T_H
+
+template <typename ValueType> struct VarStreamArray;
+
+template <typename ValueType> struct VarStreamArrayIterator {
+ VarStreamArrayIterator(VarStreamArray<ValueType>) {}
+ bool HasError{};
+};
+
+#endif // T_H