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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.c-torture
/
execute
/
bf-layout-1.c
blob
a82429ba2088f52eeee412097c7d4731fd50b270
1
struct
{
long
f8
:
8
;
long
f24
:
24
; }
a
;
2
struct
{
long
f32
:
32
; }
b
;
3
4
main
()
5
{
6
if
(
sizeof
(
a
) !=
sizeof
(
b
))
7
abort
();
8
exit
(
0
);
9
}