blob: 4c3ec56d0e75a5672f486e29f59381ef3c4a9133 [file] [log] [blame]
/* APPLE LOCAL file weak types 6524730 */
/* { dg-do compile } */
/* Radar 6524730 */
int * __attribute__((weak)) foo(int * x) {
return x;
}