| 1 | // RUN: %clang_cc1 -emit-llvm %s -o /dev/null |
|---|---|
| 2 | |
| 3 | struct bar; |
| 4 | |
| 5 | void foo() |
| 6 | { |
| 7 | unsigned int frame, focus; |
| 8 | (struct bar *) focus == (focus ? ((struct bar *) frame) : 0); |
| 9 | } |
| 10 | |
| 11 |
| 1 | // RUN: %clang_cc1 -emit-llvm %s -o /dev/null |
|---|---|
| 2 | |
| 3 | struct bar; |
| 4 | |
| 5 | void foo() |
| 6 | { |
| 7 | unsigned int frame, focus; |
| 8 | (struct bar *) focus == (focus ? ((struct bar *) frame) : 0); |
| 9 | } |
| 10 | |
| 11 |