source:
tests/bugs/46.cfa
@
df2e00f
Last change on this file since df2e00f was 4d23dd2, checked in by , 4 years ago | |
---|---|
|
|
File size: 124 bytes |
Rev | Line | |
---|---|---|
[4d23dd2] | 1 | // Trac ticket |
2 | // https://cforall.uwaterloo.ca/trac/ticket/46 | |
3 | ||
4 | enum E { | |
5 | val | |
6 | }; | |
7 | ||
8 | int main() { | |
9 | E x[3]; | |
10 | 3 ? x[2] : val; | |
11 | } |
Note: See TracBrowser
for help on using the repository browser.