CMake/Tests/Framework/foo.cxx

7 lines
54 B
C++
Raw Normal View History

2007-05-08 18:58:35 +04:00
#include <stdio.h>
void foo()
{
printf("foo\n");
}