summaryrefslogtreecommitdiff
path: root/src/plugins/clangtools/unit-tests/simple-library/simple-library.h
blob: 824f8537dc1de569a29b36983d3ce8c145a23d01 (plain)
1
2
3
4
5
6
#ifndef SIMPLELIBRARY_H
#define SIMPLELIBRARY_H

void foo();

#endif // SIMPLELIBRARY_H