diff options
Diffstat (limited to 'Tests/RunCMake/PrintHelpers/nothing.c')
-rw-r--r-- | Tests/RunCMake/PrintHelpers/nothing.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Tests/RunCMake/PrintHelpers/nothing.c b/Tests/RunCMake/PrintHelpers/nothing.c new file mode 100644 index 0000000..32b7b39 --- /dev/null +++ b/Tests/RunCMake/PrintHelpers/nothing.c @@ -0,0 +1,6 @@ +#include "nothing.h" + +void nothing() +{ + (void*)0; +} |