mirror of https://github.com/YosysHQ/yosys.git
Add tests for #4976.
This commit is contained in:
parent
bdcbbf2db6
commit
307db1ec50
|
|
@ -0,0 +1,6 @@
|
|||
library("foobar") {
|
||||
pin("foo") {
|
||||
bar : baz[0] ;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
library("foobar") {
|
||||
}
|
||||
Loading…
Reference in New Issue