blob: 8829652cb1549d3a12f2536d1f401f92ad8dbf76 [file] [log] [blame]
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
struct bar;
void foo()
{
unsigned int frame, focus;
(struct bar *) focus == (focus ? ((struct bar *) frame) : 0);
}