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
PR c/56980
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
pr61854-6.c
blob
1b60cc37fb1d1bd7093a2c83db51e5f76dcb4671
1
/* PR c/61854 */
2
/* { dg-do run } */
3
/* { dg-options "-std=gnu89" } */
4
5
int
6
main
(
void
)
7
{
8
int
i
=
0
9
#if 0
10
// /*
11
#else
12
// */
13
+
1
14
#endif
15
;
16
if
(
i
!=
1
)
17
__builtin_abort
();
18
return
0
;
19
}