summaryrefslogtreecommitdiffstats
path: root/Tests/VSExternalInclude/Lib1/lib1.h
blob: 178365ab69386fef0fec069e7426b943a9b197c9 (plain)
1
2
3
4
5
6
7

#ifndef LIB1_HPP
#define LIB1_HPP

int add1(int num);

#endif