Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
1b0062119887da734c600d091a65c037f5fafa7d
/
.
/
SVIncCompil
/
Testcases
/
Google
/
generic
/
class
/
class_test_13.sv
blob: 60e0851142043f77f6effdc8e725c69326960707 [
file
] [
log
] [
blame
]
/*
:name: class_test_13
:description: Test
:should_fail: 0
:tags: 6.15 8.3
*/
class
Foo
#(int W=8, type Int=int) extends Bar #(x,y,z);
endclass