mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
11 lines
248 B
C
11 lines
248 B
C
/* The first line of this file must match the expectation of
|
|
onall_symbols_read in testplug2.c and the size of this file
|
|
must match the expectation of onclaim_file in testplug2.c. */
|
|
|
|
extern int retval;
|
|
|
|
int func (void)
|
|
{
|
|
return retval;
|
|
}
|