blob: df77efd278ffac4334db8784251d88a76487ccdd [file] [log] [blame]
// APPLE LOCAL file mainline 2007-06-15 4471483
/* Test that visibility of function parameters propagates to an undecorated
function. */
/* { dg-require-visibility "" }
/* { dg-final { scan-hidden "_Z3fooP8a_struct" } } */
struct __attribute__((visibility("hidden"))) a_struct;
void foo(a_struct * p)
{ }