fix test to not get a moduleid that matches 'br'
[llvm/avr.git] / test / FrontendC / 2003-11-20-ComplexDivision.c
blob172de8c0e1920ee73fca1eef6f4980aee3af315b
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
3 int test() {
4 __complex__ double C;
5 double D;
6 C / D;