ADT
        aaron-thesis
        arm-eh
        ast-experimental
        cleanup-dtors
        deferred_resn
        demangler
        enum
        forall-pointer-decay
        jacob/cs343-translation
        jenkins-sandbox
        new-ast
        new-ast-unique-expr
        new-env
        no_list
        persistent-indexer
        pthread-emulation
        qualifiedEnum
        resolv-new
        with_gc
      
      
        
          | Last change
 on this file since 906e24d was             e757af2, checked in by Thierry Delisle <tdelisle@…>, 9 years ago | 
        
          | 
renamed all tests to lower-case leading character
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            534 bytes | 
      
      
| Rev | Line |  | 
|---|
| [e5b96bf] | 1 | int ?*?( int a, int b ) { | 
|---|
|  | 2 | return 0; | 
|---|
|  | 3 | } | 
|---|
| [62edde5] | 4 |  | 
|---|
|  | 5 | int ?()( int number1, int number2 ) { | 
|---|
|  | 6 | return number1 * number2; | 
|---|
|  | 7 | } | 
|---|
|  | 8 |  | 
|---|
| [e5b96bf] | 9 | int ?+?( int a, int b ) { | 
|---|
|  | 10 | return 0; | 
|---|
|  | 11 | } | 
|---|
| [62edde5] | 12 |  | 
|---|
| [e5b96bf] | 13 | int ?=?( int *a, int b ) { | 
|---|
|  | 14 | return 0; | 
|---|
|  | 15 | } | 
|---|
| [62edde5] | 16 | struct accumulator { | 
|---|
|  | 17 | int total; | 
|---|
|  | 18 | }; | 
|---|
|  | 19 |  | 
|---|
| [e5b96bf] | 20 | char ?()( struct accumulator a, char number1, char number2 ) { | 
|---|
|  | 21 | return 'a'; | 
|---|
|  | 22 | } | 
|---|
| [62edde5] | 23 |  | 
|---|
|  | 24 | void f( void ) { | 
|---|
|  | 25 | char a, b; | 
|---|
|  | 26 | ?()( a, b ); | 
|---|
|  | 27 | a(b); | 
|---|
|  | 28 | a + b; | 
|---|
|  | 29 | struct accumulator ?+?; // why not, eh? | 
|---|
|  | 30 | a + b; | 
|---|
|  | 31 | } | 
|---|
|  | 32 |  | 
|---|
| [e5b96bf] | 33 | int main(int argc, char const *argv[]) { | 
|---|
|  | 34 | /* code */ | 
|---|
|  | 35 | return 0; | 
|---|
|  | 36 | } | 
|---|
|  | 37 |  | 
|---|
| [62edde5] | 38 | // Local Variables: // | 
|---|
|  | 39 | // tab-width: 4 // | 
|---|
|  | 40 | // End: // | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.