Files
CMake/Tests/RunCMake/property_init/library.c

5 lines
35 B
C

int foo(int arg)
{
return arg;
}