diff options
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.pt/explicit68.C | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.pt/explicit68.C b/gcc/testsuite/g++.old-deja/g++.pt/explicit68.C index 0f7d08f..bc47c6c 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/explicit68.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/explicit68.C @@ -1,3 +1,5 @@ +// Build don't link: + template <bool B> struct S { |