remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / FrontendC / 2004-03-07-ComplexDivEquals.c
blobc6c805a7b32c7255a71028ed552cea7c5a65a826
1 // RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
4 void test(__complex__ double D, double X) {
5 D /= X;