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
pr79732.c: Require alias support.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
torture
/
20140610-2.c
blob
766e5f23ea33ff760ae5b6efdb4fe3eaf6ffc166
1
/* { dg-do compile } */
2
3
extern
void
abort
(
void
);
4
5
int
a
;
6
int
*
p
= &
a
;
7
8
void
test
(
void
)
9
{
10
if
(
a
!=
1
)
11
abort
();
12
}