*** empty log message ***

This commit is contained in:
peb
2004-06-15 18:24:17 +00:00
parent 83ff9cc2bb
commit 5f0e3fdac3
10 changed files with 158 additions and 4 deletions

View File

@@ -0,0 +1,28 @@
resource TestVarsR = {
param Num = Sg | Pl;
param Gen = Utr | Neu;
param NumGen = NG Num Gen;
}