summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/gold/testsuite/odr_header2.h
diff options
context:
space:
mode:
Diffstat (limited to 'binutils-2.25/gold/testsuite/odr_header2.h')
-rw-r--r--binutils-2.25/gold/testsuite/odr_header2.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils-2.25/gold/testsuite/odr_header2.h b/binutils-2.25/gold/testsuite/odr_header2.h
new file mode 100644
index 00000000..0fb9449a
--- /dev/null
+++ b/binutils-2.25/gold/testsuite/odr_header2.h
@@ -0,0 +1,4 @@
+struct OdrBase {
+ virtual ~OdrBase() {
+ }
+};