source:
tests/bugs/50.cfa
Last change on this file was dfe8f78, checked in by , 8 months ago | |
---|---|
|
|
File size: 126 bytes |
Line | |
---|---|
1 | // Trac ticket |
2 | // https://cforall.uwaterloo.ca/trac/ticket/50 |
3 | |
4 | int main() { |
5 | [int, int] x; |
6 | x { [5, 5] }; // assert fail |
7 | } |
Note:
See TracBrowser
for help on using the repository browser.