summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CXXModules/sources/module-header.h
blob: 982617e5c618ccc71694f7d5603cd123964af451 (plain)
1
2
3
4
5
6
7
8
9
#ifndef module_header_h
#define module_header_h

inline int h()
{
  return 0;
}

#endif