8 lines
56 B
C++
8 lines
56 B
C++
|
|
#include "iface2.h"
|
|
|
|
int Iface2::foo()
|
|
{
|
|
return 0;
|
|
}
|