blob: e2cd539a80abe56ca89add5073164b7c55dbb5cc [file] [log] [blame]
Eric Christopher3883e662011-07-26 22:17:02 +00001// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
2
3
4void test(__complex__ double D, double X) {
5 D /= X;
6}