repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge reload-branch up to revision 101000
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
angle-bracket.C
blob
39bb4eb10bc01dc8306aa6a83a0bebb371109970
1
// Contributed by Gabriel Dos Reis <gdr@codesourcery.com>
2
// Origin: Bill Somerville <bill@classdesign.com>
3
// { dg-do compile }
4
5
int main()
6
{
7
( int() > int() );
8
return 0;
9
}