2020-07-03 01:02:49 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_var_static.v:20:18: Unsupported: 'static' function/task variables
|
|
|
|
: ... In instance t
|
2020-04-24 12:22:19 +00:00
|
|
|
20 | static int st = 2; st++; return st;
|
2020-07-03 01:02:49 +00:00
|
|
|
| ^~
|
|
|
|
%Error-UNSUPPORTED: t/t_var_static.v:27:11: Unsupported: 'static' function/task variables
|
|
|
|
: ... In instance t
|
|
|
|
27 | int st = 2; st++; return st;
|
|
|
|
| ^~
|
|
|
|
%Error-UNSUPPORTED: t/t_var_static.v:30:18: Unsupported: 'static' function/task variables
|
|
|
|
: ... In instance t
|
2020-04-24 12:22:19 +00:00
|
|
|
30 | static int st = 2; st++; return st;
|
2020-07-03 01:02:49 +00:00
|
|
|
| ^~
|
|
|
|
%Error-UNSUPPORTED: t/t_var_static.v:40:18: Unsupported: 'static' function/task variables
|
|
|
|
: ... In instance t
|
2020-04-24 12:22:19 +00:00
|
|
|
40 | static int st = 2; st++; return st;
|
2020-07-03 01:02:49 +00:00
|
|
|
| ^~
|
2020-04-24 12:22:19 +00:00
|
|
|
%Error: Exiting due to
|