Testcase that crashes the C front-end.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12209 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2004-03-08 04:41:32 +00:00
parent d84d3501c6
commit 342c9185af

View File

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