CMake/Tests/ComplexOneConfig/Executable/A.cxx

8 lines
116 B
C++
Raw Normal View History

// Include code from a header that should not be compiled separately.
#include "A.hh"
2004-10-23 01:05:25 +04:00
int main()
{
return A();
2004-10-23 01:05:25 +04:00
}