mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-12 19:58:01 +08:00
Add main, then link it
From-SVN: r25962
This commit is contained in:
parent
51795d12fb
commit
9e3a8a5825
@ -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(){}
|
||||
|
Loading…
Reference in New Issue
Block a user