mirror of
https://github.com/opnsense/src.git
synced 2026-04-23 07:07:24 -04:00
6 lines
105 B
C
6 lines
105 B
C
// RUN: %clang_cc1 -emit-llvm %s -o /dev/null
|
|
|
|
|
|
void test(__complex__ double D, double X) {
|
|
D /= X;
|
|
}
|