Files
unison/build-support/test-files/test-src-dependent-on-contrib/src-source.cc
2023-10-28 15:57:04 -03:00

8 lines
72 B
C++

#include <ns3/contrib-header.h>
void
testPrint2()
{
testPrint();
}