mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 21:34:46 +08:00
15 lines
120 B
C
15 lines
120 B
C
#include "b.h"
|
|
|
|
inline c ()
|
|
{
|
|
Foo x = 1;
|
|
{
|
|
Foo y = 2;
|
|
{
|
|
b ();
|
|
}
|
|
Foo z = 3;
|
|
}
|
|
Foo w = 4;
|
|
}
|