cmake/Tests/OutOfSource/simple.cxx

5 lines
31 B
C++
Raw Normal View History

2016-07-09 11:21:54 +02:00
int simple()
{
return 123;
}