summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/PrintHelpers/nothing.h
blob: ae866675982a2038175878ea407692d3ec385135 (plain)
1
2
3
4
5
6
7
8
#ifndef NOTHING_H
#define NOTHING_H

#include <stdlib.h>

void nothing();

#endif