mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-06 00:15:30 +01:00
7 lines
48 B
C
7 lines
48 B
C
|
#include "a.h"
|
||
|
|
||
|
int b()
|
||
|
{
|
||
|
return a() + 1;
|
||
|
}
|