Commit 9e3a8a58 by Martin v. Löwis

Add main, then link it

From-SVN: r25962
parent 51795d12
// 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(){}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment