Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.ns / template15.C
blobea0a677b31ff76a26be07bd61ee19926dd9b424e
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 namespace X {  template <class T> void f () {}   }
5 template void X::f<int> ();