blob: ae7bd8cbaaab8b5526efbeffc753b1ee9505fce9 [file] [log] [blame]
extern void callmesecond();
static void callmealias() __attribute__((weakref ("callmesecond")));
void
b()
{
callmealias();
}