
added getName method in SBModule.h and .cpp in order to get the name of the module from m_object_name. --------- Co-authored-by: Bar Soloveychik <barsolo@fb.com>
8 lines
98 B
C
8 lines
98 B
C
extern int a(int);
|
|
extern int b(int);
|
|
int main() {
|
|
while (1) // break here
|
|
;
|
|
return 42;
|
|
}
|