Sign in
gnu
/
gcc
/
refs/heads/devel/c++-contracts
/
.
/
gcc
/
testsuite
/
c-c++-common
/
pr67653.c
blob: 1b9f63ec626db86e702f28d6e5787b78fa5420f6 [
file
] [
log
] [
blame
]
/* PR middle-end/67653 */
/* { dg-do compile } */
void
foo
(
void
)
{
__asm__
(
""
:
:
"m"
(({
static
int
a
;
a
;
})));
/* { dg-warning "memory input 0 is not directly addressable" } */
}