ADT
        ast-experimental
      
      
        
          | 
            Last change
 on this file since 13f066d was             e1d66c84, checked in by Andrew Beach <ajbeach@…>, 3 years ago           | 
        
        
          | 
             
Clean-up from my investigation on the anonymous issue. The parser change improves highlighting. 
 
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            302 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [d4c8b59] | 1 | #include <fstream.hfa>
 | 
|---|
 | 2 | 
 | 
|---|
 | 3 | struct { int a; } test; //purposefully before the include
 | 
|---|
 | 4 | 
 | 
|---|
 | 5 | #include "header.hfa"
 | 
|---|
 | 6 | 
 | 
|---|
 | 7 | int main() {
 | 
|---|
 | 8 |         a_global_with_no_type.some_int = 6;
 | 
|---|
 | 9 |         a_global_with_no_type.some_other_int = 7;
 | 
|---|
 | 10 | 
 | 
|---|
 | 11 |         a_typedefed_global.some_int = 8;
 | 
|---|
 | 12 |         a_typedefed_global.a_float = 9.0f;
 | 
|---|
 | 13 | 
 | 
|---|
 | 14 |         sout | "Done!";
 | 
|---|
 | 15 | 
 | 
|---|
 | 16 |         return 0;
 | 
|---|
| [e1d66c84] | 17 | }
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.