OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.pt / expr6.C
1 // { dg-do assemble  }
2
3 // Based on a bug report by tveldhui <tveldhui@extreme.indiana.edu>
4
5 template <int X> class foo {};
6
7 foo< true ? 1 : 0 > bar;