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