2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_var_static.v:20:7: Unsupported: Static in this context
|
2020-04-24 12:22:19 +00:00
|
|
|
20 | static int st = 2; st++; return st;
|
|
|
|
| ^~~~~~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_var_static.v:26:13: Unsupported: Static in this context
|
2020-04-24 12:22:19 +00:00
|
|
|
26 | function static int f_st_no ();
|
|
|
|
| ^~~~~~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_var_static.v:29:13: Unsupported: Static in this context
|
2020-04-24 12:22:19 +00:00
|
|
|
29 | function static int f_st_st ();
|
|
|
|
| ^~~~~~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_var_static.v:30:7: Unsupported: Static in this context
|
2020-04-24 12:22:19 +00:00
|
|
|
30 | static int st = 2; st++; return st;
|
|
|
|
| ^~~~~~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_var_static.v:32:13: Unsupported: Static in this context
|
2020-04-24 12:22:19 +00:00
|
|
|
32 | function static int f_st_au ();
|
|
|
|
| ^~~~~~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_var_static.v:40:7: Unsupported: Static in this context
|
2020-04-24 12:22:19 +00:00
|
|
|
40 | static int st = 2; st++; return st;
|
|
|
|
| ^~~~~~
|
2020-06-09 23:20:16 +00:00
|
|
|
%Error-UNSUPPORTED: t/t_var_static.v:73:7: Unsupported: Static in this context
|
2020-04-24 12:22:19 +00:00
|
|
|
73 | static int ist2;
|
|
|
|
| ^~~~~~
|
|
|
|
%Error: Exiting due to
|