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