forked from OSchip/llvm-project
parent
65334f117c
commit
e5c6861b70
|
@ -0,0 +1,5 @@
|
|||
int test() {
|
||||
__complex__ double C;
|
||||
double D;
|
||||
C / D;
|
||||
}
|
Loading…
Reference in New Issue