Add main, then link it

From-SVN: r25962
This commit is contained in:
Martin v. Löwis 1999-03-25 00:36:15 +00:00
parent 51795d12fb
commit 9e3a8a5825

View File

@ -1,4 +1,4 @@
// Build don't link:
// Build don't run:
// Simplified from testcase by Erez Louidor Lior <s3824888@techst02.technion.ac.il>
@ -10,3 +10,5 @@ template<class T>
const int A<T>::l[1] = {1};
int i = A<int>::l[0];
int main(){}