interface inlining records decls with attrs

This commit is contained in:
Zachary Snow
2024-10-26 23:46:20 -04:00
parent 5374679e4b
commit 24ab7aee24
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
interface Interface(i);
input i;
(* test *) input i;
logic v;
logic o;
task tick;