mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-17 23:01:53 +08:00
7 lines
66 B
C
7 lines
66 B
C
main()
|
|
{
|
|
function_from_primary();
|
|
function_from_secondary();
|
|
}
|
|
|