repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
compile
/
nested-2.c
blob
6e61b323b6ff05546c8a39c03e296c19cbdc3a86
1
/* PR 21105 */
2
3
void
4
CheckFile
()
5
{
6
char
tagname
[
10
];
7
char
*
a
=
tagname
;
8
9
int
validate
()
10
{
11
return
(
a
==
tagname
+
4
);
12
}
13
14
if
(
a
==
tagname
)
15
validate
();
16
}