Skip to content

Commit

Permalink
New testcase
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6253 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed May 21, 2003
1 parent e3d333e commit a35d594
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Assembler/2003-05-21-EmptyStructTest.ll
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
; The old C front-end never generated empty structures, now the new one
; can. For some reason we never handled them in the parser. Wierd.

%X = global {} {}
3 changes: 3 additions & 0 deletions test/Assembler/2003-05-21-MalformedStructCrash.llx
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
; Found by inspection of the code

global {} { int 7, float 1.0, int 7, int 8 }

0 comments on commit a35d594

Please sign in to comment.