Testcase for PR629

llvm-svn: 23401
This commit is contained in:
Chris Lattner 2005-09-21 06:53:56 +00:00
parent b1f8982ff0
commit 5ff606401b
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
// RUN: %llvmgcc %s -S -o - && \
// RUN: %llvmgcc %s -S -o - | llvm-as -o /dev/null -f
const double _Complex x[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9};