Files
rtems/testsuites/libtests/dl04/dl-cpp.cc
Sebastian Huber 4a056523cf libtests/dl*: Rename source files
Rename source files to use a %.c -> %.o and %.cc -> %.o pattern.  Use
*.cc for C++ source files instead of *.cpp to be in line with other C++
source files.

Update #3818.
2019-11-26 07:21:44 +01:00

5 lines
53 B
C++

/* empty file to trick automake. */
class empty
{
};