index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
g++.dg
/
ext
/
max.C
blob: bc65f1f70279a26b3d96e6c040502e41bc396a42 (
plain
)
1
2
3
4
5
6
struct
s_t
{
};
void
foo
(
void
)
{
s_t
s
;
int
i
;
s
<?=
i
;
// { dg-error "" }
}