Files
CMake/Tests/RunCMake/PrintHelpers/something.c
2023-10-26 09:20:45 -04:00

8 lines
68 B
C

#include "something.h"
int main(void)
{
nothing();
return 0;
}