File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
cbmc/typedef-return-anon-struct1
goto-instrument-typedef/typedef-return-anon-struct1 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
activate-multi-line-match
6
6
EXIT=0
7
7
SIGNAL=0
8
- Base name\.+: return\nMode\.+: C\nType\.+: MYSTRUCT
8
+ Base name\.+: return' \nMode\.+: C\nType\.+: MYSTRUCT
9
9
Base name\.+: fun\nMode\.+: C\nType\.+: MYSTRUCT \(\)
10
10
--
11
11
warning: ignoring
Original file line number Diff line number Diff line change 5
5
activate-multi-line-match
6
6
EXIT=0
7
7
SIGNAL=0
8
- Base name\.+: return\nMode\.+: C\nType\.+: MYSTRUCT
8
+ Base name\.+: return' \nMode\.+: C\nType\.+: MYSTRUCT
9
9
Base name\.+: fun\nMode\.+: C\nType\.+: MYSTRUCT \(\)
10
10
--
11
11
warning: ignoring
Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ bool generate_ansi_c_start_function(
237
237
return_symbol.mode =ID_C;
238
238
return_symbol.is_static_lifetime =false ;
239
239
return_symbol.name =" return'" ;
240
- return_symbol.base_name = " return" ;
240
+ return_symbol.base_name = " return' " ;
241
241
return_symbol.type =to_code_type (symbol.type ).return_type ();
242
242
243
243
symbol_table.add (return_symbol);
You can’t perform that action at this time.
0 commit comments