blob: d86b0244e17bf81545b43ec1197774e209de2f29 [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3struct bar;
4
5void foo()
6{
7 unsigned int frame, focus;
8 (struct bar *) focus == (focus ? ((struct bar *) frame) : 0);
9}
10