Sign in
llvm
/
llvm-archive
/
48649d2c83b557841c9e5c978d9ab5af13cb52e5
/
.
/
llvm-gcc-4.0
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
asm2.C
blob: d5fd5a922b097b8c622a008ebd1302c937d54a52 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Origin: Mark Mitchell <mark@codesourcery.com>
struct
C
{
void
f
();
};
void
C
::
f
()
{
asm
(
""
:
:
"m"
(
f
));
// { dg-error "" } type could not be determined
}