From: Martin v. Löwis Date: Thu, 25 Mar 1999 00:36:15 +0000 (+0000) Subject: Add main, then link it X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9e3a8a5825b57f9279151bb8946bcfe47f01decd;p=gcc.git Add main, then link it From-SVN: r25962 --- 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(){}