summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/PrintHelpers/something.h
blob: 667ee99c2f438cd02da868cf5d6eeaca7a6bbeb3 (plain)
1
2
3
4
5
6
7
8
#ifndef SOMETHING_H
#define SOMETHING_H

#include <stdlib.h>

#include "nothing.h"

#endif