1// RUN: %clang_cc1 -emit-llvm %s -o /dev/null2 3 4void test(__complex__ double D, double X) {5 D /= X;6}7