blob: d40ac279b77124eba393fc4b5967b3456dbd7d5a [file] [log] [blame]
// { dg-lto-do link }
extern inline void __attribute__ ((__always_inline__)) func (void)
{
}
void
f (void)
{
func ();
}
int
main()
{
return 0;
}