source:
tests/bugs/140.cfa@
fbb5bdd
| Last change on this file since fbb5bdd was 15806ed, checked in by , 5 years ago | |
|---|---|
|
|
| File size: 178 bytes | |
| Line | |
|---|---|
| 1 | // Trac Ticket: https://cforall.uwaterloo.ca/trac/ticket/140 |
| 2 | |
| 3 | #include <stdio.h> |
| 4 | |
| 5 | int main() { |
| 6 | char c[1] = { 3 }; |
| 7 | int i = 4; |
| 8 | int r = 3 < 4 ? c[0] : i; |
| 9 | printf( "%d\n", r ); |
| 10 | } |
Note:
See TracBrowser
for help on using the repository browser.