Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / parse / angle-bracket.C
blob39bb4eb10bc01dc8306aa6a83a0bebb371109970
1 // Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
2 // Origin: Bill Somerville <bill@classdesign.com>
3 // { dg-do compile }
5 int main()
7   ( int() > int() );            
8   return 0;