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
/
execute
/
921016-1.c
blob
46f8a8387656e3e318c773c029395b14a2a95733
1
main
()
2
{
3
int
j
=
1081
;
4
struct
5
{
6
signed int
m
:
11
;
7
}
l
;
8
if
((
l
.
m
=
j
)==
j
)
abort
();
9
exit
(
0
);
10
}