]> gcc.gnu.org Git - gcc.git/blob - gcc/testsuite/g++.old-deja/g++.pt/extern1.C
static11.C: Add xtensa-*-elf* to the list of targets to skip.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.pt / extern1.C
1 // Build don't link:
2 // Origin: Mark Mitchell <mark@codesourcery.com>
3
4 template <class T>
5 void f ()
6 {
7 extern int i;
8 extern T j;
9
10 i = j;
11 }
12
13 template void f<int>();
This page took 0.037355 seconds and 5 git commands to generate.