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.dg
/
long-long-cst1.c
blob
7c60648d281c8d4439fc1bc3f1368d50b46d4a6e
1
/* PR middle-end/27724 */
2
/* { dg-do run } */
3
/* { dg-options "" } */
4
5
extern
void
abort
();
6
7
struct
st
{
8
int
_mark
;
9
};
10
unsigned long long
t
= ((
int
)(
__SIZE_TYPE__
)&(((
struct
st
*)
16
)->
_mark
) -
32
);
11
12
int
main
()
13
{
14
if
(
t
!= (
unsigned long long
)(
int
)-
16
)
15
abort
();
16
return
0
;
17
}
18