mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
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:
parent
d84d3501c6
commit
342c9185af
4
test/CFrontend/2004-03-07-ComplexDivEquals.c
Normal file
4
test/CFrontend/2004-03-07-ComplexDivEquals.c
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
void test(__complex__ double D, double X) {
|
||||
D /= X;
|
||||
}
|
Loading…
Reference in New Issue
Block a user