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
/
charset
/
asm4.c
blob
59c8d59ff393c0f995aa2b8af59b0ff5dc968d7f
1
/* Simple asm test. */
2
/* { dg-do compile }
3
{ dg-require-iconv "IBM1047" }
4
{ dg-final { scan-assembler "foo" } } */
5
extern
int
bar
;
6
7
int
main
(
void
)
8
{
9
asm
(
"foo %0"
:
"=r"
(
bar
));
10
}