mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-12 01:09:47 -06:00
8 lines
49 B
C++
8 lines
49 B
C++
#include "b.h"
|
|
#include "c.h"
|
|
|
|
B::B()
|
|
{
|
|
C c;
|
|
}
|