Sign in
foss-fpga-tools
/
third_party
/
Surelog
/
713605cadef845b9f44d6469208fb6e902ace095
/
.
/
SVIncCompil
/
Testcases
/
Google
/
generic
/
class
/
class_test_12.sv
blob: 419ad447f44f12f2ff7e003ba99ce79f42128fd3 [
file
] [
log
] [
blame
]
/*
:name: class_test_12
:description: Test
:should_fail: 0
:tags: 6.15 8.3
*/
class
Foo
#(int N=1, int P=2) extends Bar #(x,y,z);
endclass