[Github] Label lldb-dap PRs (#125139)
[llvm-project.git] / clang / test / CodeGen / 2003-11-20-ComplexDivision.c
blob29873f5673dd2ab8d46d69864603fc71762d351d
1 // RUN: %clang_cc1 -emit-llvm %s -o /dev/null
3 void test(void) {
4 __complex__ double C;
5 double D;
6 C / D;