source:
tests/bugs/5.cfa
@
314c9d8
Last change on this file since 314c9d8 was 4d23dd2, checked in by , 4 years ago | |
---|---|
|
|
File size: 160 bytes |
Line | |
---|---|
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.