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
[C++ PATCH] Deprecate -ffriend-injection
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
pr51321.c
blob
0e836cfe6c8e832b1260dc8899ffa527ea74d53c
1
/* { dg-do compile } */
2
int
main
()
3
{
4
return
(
__builtin_types_compatible_p
(
char
[
1
][],
char
[
1
][
1
]));
/* { dg-error "array type has incomplete element type" } */
5
}
6
7