summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/merge-template-members/b2.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/merge-template-members/b2.h')
-rw-r--r--test/Modules/Inputs/merge-template-members/b2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Modules/Inputs/merge-template-members/b2.h b/test/Modules/Inputs/merge-template-members/b2.h
new file mode 100644
index 0000000..37357ac
--- /dev/null
+++ b/test/Modules/Inputs/merge-template-members/b2.h
@@ -0,0 +1,6 @@
+#include "a2.h"
+
+// Add update record for definition of A<int> and constructors.
+// We need an eagerly-emitted use here to get the problematic
+// deserialization ordering.
+N::A<int> b2;
OpenPOWER on IntegriCloud