1
0
forked from GitHub/gf-core

added test case for parameters

This commit is contained in:
krangelov
2021-09-24 15:55:59 +02:00
parent eba37f5b09
commit ad9fbdef6f
3 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
resource param_table = {
param Q = Q1 | Q2 ;
param P = P1 | P2 Q ;
}

View File

@@ -0,0 +1,2 @@
i -retain testsuite/compiler/compute/param_table.gf
cc P2 Q1

View File

@@ -0,0 +1 @@
param_table.P2 param_table.Q1