Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.niklas
/
t139.C
blob: 9d7729b25e6dc19af13870ccee785fe9aded66ea [
file
] [
log
] [
blame
]
// { dg-do assemble }
// { dg-options "-w" }
// GROUPS passed niklas hiding ARM
struct
stat
{};
stat gstat
;
int
stat
(
struct
stat
*);
void
f
()
{
struct
stat
*
ps
;
stat
(
ps
);
}