blob: 29873f5673dd2ab8d46d69864603fc71762d351d [file] [log] [blame]
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
void test(void) {
__complex__ double C;
double D;
C / D;
}