diff options
Diffstat (limited to 'REORG.TODO/elf/tst-unique3.h')
-rw-r--r-- | REORG.TODO/elf/tst-unique3.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/REORG.TODO/elf/tst-unique3.h b/REORG.TODO/elf/tst-unique3.h new file mode 100644 index 0000000000..716d23641c --- /dev/null +++ b/REORG.TODO/elf/tst-unique3.h @@ -0,0 +1,8 @@ +// BZ 12510 +template<typename T> +struct S +{ + static int i; +}; + +extern int in_lib (void); |