Last change
on this file since 8705a11 was dfe8f78, checked in by Andrew Beach <ajbeach@…>, 7 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 |
|
---|
4 | int main() {
|
---|
5 | [int, int] x;
|
---|
6 | x { [5, 5] }; // assert fail
|
---|
7 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.