cmake/Tests/SimpleCOnly/foo.c

5 lines
27 B

int foo()
{
return 12;
}