Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.pt / memclass21.C
blob7ac87a7852bad2946c0b1c478de8c8259085c533
1 // { dg-do assemble  }
2 // Origin: <Corey Kosak> kosak@cs.cmu.edu
4 struct moo {
5   template<bool x> struct cow {};
7   template<bool x>
8   struct moo2 {
9     void func(cow<x> &c) { }
10   };