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
* tree-ssa-loop-manip.c (split_loop_exit_edge): Return the new block.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
ucnid-5.c
blob
8cd86060dfe1fdebeef1803518c164d96f623082
1
/* { dg-do run } */
2
/* { dg-xfail-if "" { "powerpc-ibm-aix*" } { "*" } { "" } } */
3
/* { dg-options "-std=c99 -fdollars-in-identifiers -fextended-identifiers" } */
4
void
abort
(
void
);
5
6
int
a$
b
(
void
) {
return
1
; }
7
8
int
main
(
void
)
9
{
10
11
if
(
a
\u0024
b
() !=
1
)
12
abort
();
13
14
return
0
;
15
}