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