aboutsummaryrefslogtreecommitdiff
path: root/elf/tst-unique4.h
diff options
context:
space:
mode:
Diffstat (limited to 'elf/tst-unique4.h')
-rw-r--r--elf/tst-unique4.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/elf/tst-unique4.h b/elf/tst-unique4.h
new file mode 100644
index 0000000..2d377f5
--- /dev/null
+++ b/elf/tst-unique4.h
@@ -0,0 +1,7 @@
+// BZ 12511
+template<int N>
+struct S
+{
+ static int i;
+ static const int j;
+};