llvm-project/clang/test/CodeGen/2004-03-07-ComplexDivEquals.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
105 B
C
Raw Normal View History

// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
void test(__complex__ double D, double X) {
D /= X;
}