6 lines
66 B
C++
6 lines
66 B
C++
#include "example1.h"
|
|
|
|
class NotIncluded {
|
|
int not_included;
|
|
};
|