Testcase that crashes the C front-end.

llvm-svn: 12209
This commit is contained in:
Chris Lattner 2004-03-08 04:41:32 +00:00
parent 1ae4150e31
commit 66f3cfa109

View File

@ -0,0 +1,4 @@
void test(__complex__ double D, double X) {
D /= X;
}