Files
CMake/Tests/CustomCommand/foo.in
Ken Martin 7b3f2d4420 new test
2003-06-03 10:34:15 -04:00

16 lines
155 B
Plaintext

#include "doc1.h"
int generated();
int wrapped();
int main ()
{
if (generated()*wrapped()*doc() == 3*5*7)
{
return 0;
}
return -1;
}