9 lines
85 B
C++
9 lines
85 B
C++
|
|
||
|
#include "renamed.h"
|
||
|
|
||
|
int main(int, char **)
|
||
|
{
|
||
|
Renamed ren;
|
||
|
return ren.foo();
|
||
|
}
|