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 84c697d520
commit 451e10e46a
1 changed files with 4 additions and 0 deletions

View File

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