Commit 946350ff authored by stancakapost's avatar stancakapost
Browse files

No commit message

No commit message
parent 1428a855
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,18 +12,18 @@ module Syn_10_Constants_004 {
    
    const integer c_i1 := 5;
    
    altstep a_alt() runs on GeneralComp {
    altstep a_Syn_10_Constants_004() runs on GeneralComp {
      const integer cl_j := 12;
      [] t.timeout {
          const integer cl_k := 13;
      }
    }

	function f_fn() runs on GeneralComp {
	function f_Syn_10_Constants_004() runs on GeneralComp {
  		const integer cl_i := 2;
	}

	testcase tc_testcase() runs on GeneralComp {
	testcase TC_Syn_10_Constants_004() runs on GeneralComp {
  		const integer cl_i := 3;
	}
    
+1 −0
Original line number Diff line number Diff line
missing
- init with functions
- init with expressions
- init structured types with optional fields