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
Document gcov-io (PR gcov-profile/84735).
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
cpp
/
pr61854-7.c
blob
8bf479bbaae52e4eac323430a3c548c78a7bad05
1
/* PR c/61854 */
2
/* { dg-do run } */
3
/* { dg-options "-std=c89" } */
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
!=
0
)
17
__builtin_abort
();
18
return
0
;
19
}