Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-157793-fix-codeql-errors
/
.
/
clang
/
test
/
CodeGen
/
2003-11-20-ComplexDivision.c
blob: 29873f5673dd2ab8d46d69864603fc71762d351d [
file
] [
log
] [
blame
] [
edit
]
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
void
test
(
void
)
{
__complex__
double
C
;
double
D
;
C
/
D
;
}