forked from OSchip/llvm-project
Fix bug in testcase: no implementatino section make it not legal input, so
once the parser is fixed to handle the bug, it broke on the bad input. :) llvm-svn: 2123
This commit is contained in:
parent
c10f379f5a
commit
7babb7cc66
|
@ -4,3 +4,5 @@
|
|||
} * } *, \2 * }, { \2 *, { int, int, int, { [4 x \3], \2, \5, \6, int, int } * }
|
||||
*, \2 * } }
|
||||
|
||||
implementation
|
||||
|
||||
|
|
Loading…
Reference in New Issue