ADT
        ast-experimental
        enum
        forall-pointer-decay
        jacob/cs343-translation
        new-ast-unique-expr
        pthread-emulation
        qualifiedEnum
      
      
        
          | Last change
 on this file since 8bf9448 was             4d23dd2, checked in by Thierry Delisle <tdelisle@…>, 5 years ago | 
        
          | 
Added tests cases for some of the opened tickets
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            160 bytes | 
      
      
| Rev | Line |  | 
|---|
| [4d23dd2] | 1 | // Trac ticket | 
|---|
|  | 2 | // https://cforall.uwaterloo.ca/trac/ticket/5 | 
|---|
|  | 3 |  | 
|---|
|  | 4 | [int, int] bar() { return [3, 4]; } | 
|---|
|  | 5 | [void] foo([int] x, [int] y) {} | 
|---|
|  | 6 |  | 
|---|
|  | 7 | int main() { | 
|---|
|  | 8 | foo(bar()); | 
|---|
|  | 9 | } | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.