diff options
author | Chris Lattner <sabre@nondot.org> | 2003-05-31 23:27:10 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-05-31 23:27:10 +0000 |
commit | 8afdc7de1c3f8abcd4660b89621f03119c5415c7 (patch) | |
tree | 314c2efd8512a61d0ba7b6e888789627bccea770 /test/CodeGen/CBackend/2003-05-31-MissingStructName.ll | |
parent | c16e631e943c3e8460598389c3fff57d1f73c17c (diff) | |
download | external_llvm-8afdc7de1c3f8abcd4660b89621f03119c5415c7.zip external_llvm-8afdc7de1c3f8abcd4660b89621f03119c5415c7.tar.gz external_llvm-8afdc7de1c3f8abcd4660b89621f03119c5415c7.tar.bz2 |
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6494 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/CBackend/2003-05-31-MissingStructName.ll')
-rw-r--r-- | test/CodeGen/CBackend/2003-05-31-MissingStructName.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll b/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll new file mode 100644 index 0000000..1eae406 --- /dev/null +++ b/test/CodeGen/CBackend/2003-05-31-MissingStructName.ll @@ -0,0 +1,4 @@ +; The C backend was dying when there was no typename for a struct type! + +declare int %test(int,{ [32 x int] }*) + |