summaryrefslogtreecommitdiff
path: root/deps/gyp/test/compilable/src/lib1.hpp
blob: 72e63e8acdbd7040005b64805be2c7b0c718851d (plain)
1
2
3
4
5
6
#ifndef _lib1_hpp
#define _lib1_hpp

extern void lib1_function(void);

#endif