mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-02 09:01:37 +00:00
5 lines
57 B
C
5 lines
57 B
C
|
|
||
|
void test(__complex__ double D, double X) {
|
||
|
D /= X;
|
||
|
}
|