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
Fix typo
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
asm-2.c
blob
9c464ce89412f63c4fda350da423220ab38b4857
1
/* { dg-do compile } */
2
/* { dg-options "" } */
3
4
void
f
()
5
{
6
asm
volatile
(
"foo%%bar"
: : );
7
}
8
9
/* { dg-final { scan-assembler "foo%bar" } } */