source: tests/bugs/50.cfa @ 62b5940

Last change on this file since 62b5940 was dfe8f78, checked in by Andrew Beach <ajbeach@…>, 3 months ago

Getting the reproduction of every trac ticket in the repository looks to be a bit much, but here is the other critical ticket and another one I did quickly.

  • Property mode set to 100644
File size: 126 bytes
Line 
1// Trac ticket
2// https://cforall.uwaterloo.ca/trac/ticket/50
3
4int main() {
5  [int, int] x;
6  x { [5, 5] };  // assert fail
7}
Note: See TracBrowser for help on using the repository browser.