Improve compatibility with older versions of Windows.
[llvm/msp430.git] / test / FrontendC / 2003-08-21-BinOp-Type-Mismatch.c
blob8829652cb1549d3a12f2536d1f401f92ad8dbf76
1 // RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
3 struct bar;
5 void foo()
7 unsigned int frame, focus;
8 (struct bar *) focus == (focus ? ((struct bar *) frame) : 0);