ADT
        ast-experimental
        enum
        forall-pointer-decay
        jacob/cs343-translation
        new-ast-unique-expr
        pthread-emulation
        qualifiedEnum
      
      
        
          | 
            Last change
 on this file since 4f89e7b was             c21f5a9, checked in by Andrew Beach <ajbeach@…>, 4 years ago           | 
        
        
          | 
             
Andrew MMath: Work on figures and linkonce. 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            328 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [aff7e86] | 1 | // Side file for the link-once test.
 | 
|---|
 | 2 | 
 | 
|---|
 | 3 | __attribute__(( cfa_linkonce )) signed int example = -7;
 | 
|---|
 | 4 | __attribute__(( cfa_linkonce )) unsigned int example = 12;
 | 
|---|
| [c21f5a9] | 5 | 
 | 
|---|
 | 6 | __attribute__(( cfa_linkonce ))
 | 
|---|
 | 7 | void printformat(signed int signed_value, unsigned int unsigned_value) {
 | 
|---|
 | 8 |         printf("signed=%d unsigned=%d\n", signed_value, unsigned_value);
 | 
|---|
 | 9 | }
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.