Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
c-c++-common
/
toplevel-asm-6.c
blob: 0b77ce584f4f825b550fc65c75470e0d35e10bbf [
file
] [
log
] [
blame
]
/* PR c/41045 */
/* { dg-do compile } */
/* { dg-options "-O0" } */
/* { dg-additional-options "-fPIC" { target fpic } } */
extern
int
v
[
42
],
w
;
void
foo
(
void
);
asm
(
"# %cc0: %cc1:"
::
":"
(
foo
),
":"
(
v
),
":"
(&
w
));