Changeset 477


Ignore:
Timestamp:
Jul 30, 2003, 12:35:48 AM (22 years ago)
Author:
bird
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/testcase/weak/weak3.c

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r476 r477  
    33 */
    44
    5 void __f ()
     5int __f ()
    66{
    77    return 1;
    88}
    99
    10 void f () __attribute__ ((weak, alias ("__f")));
     10int f () __attribute__ ((weak, alias ("__f")));
    1111
Note: See TracChangeset for help on using the changeset viewer.