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

7 lines
57 B
C

#include "nothing.h"
void nothing(void)
{
(void*)0;
}