From 9e3a8a5825b57f9279151bb8946bcfe47f01decd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Thu, 25 Mar 1999 00:36:15 +0000 Subject: [PATCH] Add main, then link it From-SVN: r25962 --- gcc/testsuite/g++.old-deja/g++.pt/static6.C | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/g++.old-deja/g++.pt/static6.C b/gcc/testsuite/g++.old-deja/g++.pt/static6.C index 91a970c2a51..c52c3cb2af5 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/static6.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/static6.C @@ -1,4 +1,4 @@ -// Build don't link: +// Build don't run: // Simplified from testcase by Erez Louidor Lior @@ -10,3 +10,5 @@ template const int A::l[1] = {1}; int i = A::l[0]; + +int main(){} -- 2.30.2