summaryrefslogtreecommitdiff
path: root/Tests/VSExternalInclude/Lib2/lib2.h
blob: 48bda468d74cf64589296dab01f02637b2af24ab (plain)
1
2
3
4
5
6
7
8
9
10


#ifndef LIB2_HPP
#define LIB2_HPP

#include "lib1.h"

int add1_and_mult2(int num);

#endif