9 lines
93 B
C++
9 lines
93 B
C++
#include <stdio.h>
|
|
#include "test_static.h"
|
|
|
|
void A::method3()
|
|
{
|
|
puts( "A::method3()" );
|
|
}
|
|
|