8 lines
72 B
C++
8 lines
72 B
C++
#include "lib.h"
|
|
|
|
int main() {
|
|
Foo f;
|
|
Bar b;
|
|
return f.method();
|
|
}
|