Files
RedBear-OS/local/recipes/dev/meson/source/test cases/osx/9 global variable ar/libfile2.c
T

8 lines
119 B
C

// Source: https://lists.gnu.org/archive/html/libtool/2002-07/msg00025.html
int l2;
void l2_func(void)
{
l2 = 77;
}