blob: 303d8588c0f64dee24f8a6a122281e3650b7ca3e [file] [log] [blame]
/* { dg-do compile { target { ! { nvptx*-*-* visium-*-* } } } } */
/* { dg-options "-O0 -fpatchable-function-entry=1" } */
/* { dg-additional-options "-fno-pie" { target sparc*-*-* } } */
inline void
foo (void)
{
}
void
bar1 (void)
{
foo ();
}